Clear filter
Article
Lydia Huang · Mar 14, 2016
is: on
>>g
SELECT {[Measures].[%COUNT],[Measures].[Allergy Count],[MEASURES].[MEDIAN TEST SCORE]} ON 0,NON EMPTY HEAD(NONEMPTYCROSSJOIN([AgeD].[H1].[Age Group].Members
Question
Michael Gosselin · Jul 29, 2016
to breaking my code. That needs to change. So, I'd like to ask people, what are some of the things you like to test for when trying to stress-test your code? I'll start with what I like
Question
Flávio Lúcio Naves Júnior · Jun 22, 2021
I create a object.
SET nlsoref=##class(%SYS.NLS.Locale).%New()
So I want to verify if the attribute 'test' exists in the object, I tryied use $data
write $data(nlsoref.test
Question
Rubens Silva · Jul 27, 2017
Hello.I'm having difficulties trying to figure (if possible) how to create an URL that also matches query parameters.I tried: <Route Url="/:namespace/test(\?id\=):id" Method
Article
José Pereira · Apr 5, 2022
example:
```python
>>> class Test:
... def __init(self, prop1):
... self.prop1 = prop1
... def __setattr__(self, name, value
Question
prashanth ponugoti · Feb 28, 2022
have crated new web application as /csp/test. only change is selected unauthenticated
http://localhost:52773/csp/test/person.csp
it should open same webpage , but showing
Question
Tiago Pereira · Nov 18, 2022
/developers, and test the upgrade by copying the server to a test server and do the upgrade there.
2016.1 to anything
System Methods! Search your codebase for ".$from
Question
Erum Ahsan · Jun 6, 2023
;
</div>
<h1 containerStyle="">Testing </h1>
</html>
<spacer height="20" />
<button onclick="zenPage.displayData()" containerStyle="padding
Question
alex chang · Sep 13, 2020
Common macro def as following
#def AnyNumber(%args) for i=1:1:$listlength(%args) { Write $listget(%args, i)}
Using this marcro in objectscript code:
ClassMethod Test
Question
diba · Jun 12, 2023
API performed API Automation on IRIS Dataplatform? What do you mean with "API Automation"? API management? API Test Automation. basically API are working as designed using Test
Question
Aleksandar Kovacevic · Dec 24, 2021
= IRIS.createIRIS(connection);
IRISList list = new IRISList();
list.add("this is a string");
list.add(100);
iris.set(list, "test",1);
USER>zw
Article
Lydia Huang · Mar 14, 2016
-------------- Query Plan ---------------------
**WITH MEMBER [MEASURES].[MEDIAN TEST SCORE] AS '%KPI("%DeepSee.Median","MEDIAN",1,"%measure","Test Score","%CONTEXT")',FORMAT_STRING
Question
Karl Kirk · Mar 1, 2018
Are there any BDD testing automation implementations within Mumps/Cache Objects already in existence?We are looking at using Cucumber for our Java regression test automation
Question
Laura Cavanaugh · Jun 12, 2017
I know the process ID< and I know the global name: ^||testing(index). From the terminal (and therefore, and different process ID), how do I view the contents of ^||testing
Question
Eduard Lebedyuk · Aug 10, 2016
I have the following Ensemble request:
Class MyApp.MyRequest Extends (%Persistent, Ens.Request)
{
Property idToTokenArray As %ArrayOfDataTypes;
}
On SMP Testing service