Search

Clear filter
Question
Jimmy Christian · Feb 8, 2019

Studio Terminal Testing Custom Method

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

Ensemble Production Tests with Deferred Responses

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

Bulk Testing Business Process (Rules)

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

Using UnitTest for a RestService

=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

Determine programmatically if unit tests failed

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

How to Create Newman Tests in Postman

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

Creating Unit Tests in ObjectScript for HL7 pipelines using %UnitTest class

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

Testing if SQL PurgeForTable went wrong

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

Video: Performance Testing with InterSystems Tools

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

Performance tests IRIS - PostgreSQL - MySQL

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

Displaying Trace statements in DTL Editor Testing Tool (EnsPortal.Dialog.TestTransform.cls)

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

Trigger UnitTests programmatically in a cls file

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

Elevate your unit tests to the next level

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

<PROPERTY DOES NOT EXIST> *Chapters,Test.Book

$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

Unit testing in object script assertion on objects

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