Clear filter
Question
Jimmy Christian · Feb 8, 2019
Hello ,I have a class Method ClassMethod SearchOBXFlag(pSourceMsg As EnsLib.HL7.Message, Identifier As %String) As %StringHow can i test this method from terminal or from portal
Question
Stefan Cronje · Jan 7, 2022
Hi all,
I am busy trying out the %UnitTest.TestProduction class to implement some automated production testing.
I have a scenario which I am not sure how to get the final
Question
Scott Roth · Jul 8, 2022
version.
I am trying to come up with a testing process for bulk testing our rules, and wanted to know if this could be done programmatically instead of having to modify all
Question
George Hodder · Feb 16, 2018
=tProxy.. I get an errror Method Does not exist Any tips on what may be going on? Hi George,I'm most interested in your Question on Unit Testing a REST service.The approach I've
Article
Eduard Lebedyuk · Feb 20, 2018
I needed to know programmatically if last ran failed or not.After some exploring, here's the code:
ClassMethod isLastTestOk() As %Boolean
{
set in = ##class
Article
Daniel Aguilar · Jun 29, 2023
Hello Community!
I'm going to try to explain how to create test for Postman collections for use it with my app IRIS Api Tester.
Yet, What is Newman?:
Newman is a command
Article
Chi Nguyen-Rettig · Mar 16, 2024
One of the pain points for maintaining HL7 interfaces is the need to run a reliable regression test upon deployment to new environments and after upgrades. The %UnitTest class
Question
Mathew Lambert · Jan 12, 2021
new queries. Until now in caché we where checking $ZERROR, but as InterSystems is descouraging the use of that variable, I don't know how to surely test this command.
Announcement
Anastasia Dyubaylo · Jun 18, 2021
Hi Community,
Enjoy watching the new session recording from InterSystems Virtual Summit 2020:
⏯ Performance Testing with InterSystems Tools
Learn about some
Article
Luis Angel Pérez Ramos · Jun 2, 2023
was their performance, as well as their HA configuration capabilities ( high availability). Well, now is the time to put IRIS to the test with respect to some of the most commonly
Question
Scott Roth · Oct 8, 2020
Someone may have asked this before but is there a way to return the TRACE statements that we have placed in the Data transformation within the DTL Editor Testing Tool
Question
Maik Gode · Dec 2, 2020
Hey all,
I am currently working on a website (with Angular) for displaying the results of UnitTests.
Everything is working fine, except that I can not run a test inside
Article
Henrique Dias · Feb 9, 2023
Hey community!
It's time to elevate your unit tests to the next level with iris-TripleSlash new solo feature!
We are bring to the game Setup and Tear down events!Just add
Question
Sarvan Ibishov · Jan 29, 2018
$system.OBJ.Compile("Test.*","cdk-u")
Compilation started on 01/29/2018 08:42:30 with qualifiers 'cdk-u'
Compiling 2 classes, using 2 worker jobs
Compiling class Test.Book
Compiling class
Question
Gautam Rishi · Jun 29, 2023
Hi All,I want to write testcase in objectscript but stuck at this point where I am getting a DynamicObject from the class method and how can I assert this and check it is okay