Search

Clear filter
Question
Gautam Rishi · Jun 29, 2023

mocking framework and how to setup it on local iris

I am writing unit test cases and Also I have tested APIs from Postman but for Unit testing we need to write Unit testcases.
Announcement
Jamie Kantor · Jun 3, 2021

Beta Testers wanted for our new HealthShare Patient Index Technical Specialist Certification Exam 

InterSystems Certification has developed a certification exam for HealthShare Patient Index and, if you match the exam candidate description given below, we would like you to beta test

#Best Practices

301 Posts42 Followers
Article
Eduard Lebedyuk · May 10, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part VII: CD using containers

test image: stage: test tags: - test script: - docker exec iris-$CI_COMMIT_REF_NAME irissession iris -U USER "##class(isc.git.GitLab).test()" Publish Finally, let's
Question
Dan Pahnke · Mar 31, 2020

Force a failover on a mirror?

Also when we are testing our scenarios we do phisically sometimes execute the network isolation amongst other tests Have you considered in using the ^MIRROR routine utility in %SYS
Question
Adam Lees · Apr 21, 2023

Compile for a previous version of Health Connect?

But the ability to successfully compile may not prove that it will work, it would be better to have some unit tests, which will check it.
Question
Jordan Everett · Mar 13, 2023

Class Debugging in Terminal

I currently have a %RegisteredObject class for this and am running into the excruciating pain of testing this.
Article
Robert Cemper · Jan 19, 2021

Trying Embedded Python

%SYS.Python.html is a preliminary class docu to see available functions run time: for most tests, replies are pretty immediate.But a few tests take quite a long time for calculations
Question
Alin Soare · Sep 26, 2024

Create a "class variable" and a "singleton".

%FromJSON(##class(Test...).
Question
Samantha Forish · Jun 16, 2023

JSON Import a List of Integers to Custom Message Class

%OpenId(<messageIDfromtester>) set test="" set tsC=msg.%JSONExportToString(.test) w test
Article
Developer Community Admin · Oct 21, 2015

InterSystems Caché Benchmark: Achieving Millions of Database Accesses per Second Inexpensively

These results were from a test performed on a connected system of eight applications servers, using Intel Xeon 5570 processors, and running Linux as the operating system.
Question
Chip Gore · Jun 20, 2018

HL7v2.x question: Where should depression screening information go?

was performed yes/no qualifies as an "ordered test".Just looking for a starting point I guess.
Article
Mihoko Iijima · Oct 5, 2023

How to get the return value of a routine or method in a Linux shell

# iris session iris -U USER "##class(Test.Class1).test()" # echo $?
Question
Julius Kavay · Apr 29

What is the REAL content of $THIS (because it seems, $THIS is not always the expected $THIS)?

Simplified your example a bit: Class DC.ValueOfThis Extends %RegisteredObject { /// do ##class(DC.ValueOfThis).Test() ClassMethod Test() { write $zv,!! set obj=..
Question
Meenakshi Muthu · Jun 26, 2024

Default settings

Say you have the same code (Production) running on different servers - for example, a local instance on a developers own machine, a test server used for system testing and a production