Clear filter
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
Article
Evgeny Shvarov · Mar 9, 2016
with language. Open the post's HTML ("disable rich-text" button below the Editor) and put class=COS parameter into the code tag.
Example:
#dim test as %Library.Integer
SET test
Question
Evgeny Shvarov · Jun 19, 2023
()
USER>zw ^ABC
^ABC=123
For example Jobbing a Routine.
Routine (Test.mac) source code:
Test
Set ^ABC=345
Quit
Use legacy Task to Job it off:
USER>zw ^ABC
^ABC=123