Search

Clear filter
Article
Yuri Marx · Apr 6, 2022

Unit Tests: Quality of your ObjectScript Code

In the main software development methodologies there is always a chapter dedicated to testing. It is a mandatory approach to achieving quality in deliveries on an ongoing basis
Question
Pravin Barton · Aug 23, 2019

Testing interoperability productions without connecting to external systems

Hello all, I'm trying to write tests for an interoperability production using %UnitTest.TestProduction. I'd like to control the behavior of the SOAP operations so they don't
Question
Adam Eborn · Jul 9, 2021

UnitTest - Asserting method has been called

Testing processes and were wondering if there is an existing method that would capture this or how such a method could be structured. ThanksAdam Internally, we've developed a mock
Article
Yuri Marx · May 29, 2023

How to do performance and load tests on databases and backends

requests and collect metrics about performance and availability. The most popular tool to do load and performance tests is called JMeter. It is an open-source tool to set database
Article
Joel Solon · Oct 30, 2019

Collecting Performance Data While Running Unit Tests

if it was possible to collect performance statistics while running unit tests. A few weeks later, I added some additional code to the %UnitTest examples to answer this question. I’m
Announcement
Francis Galiegue · Apr 20, 2016

Experimental project for unit testing + coverage; and help needed

Hello community! Heretofore is announced a new project which aims at providing a usable library for both running unit tests and collecting code coverage information at the same
Question
Ankita JAin · May 31, 2017

Unit Testing Passed/Failed Status from the Terminal

Is there any methods/ways through which will get to know whether any of the Unit Test cases is/are failing in the Terminal with status as either 0 or False in case of Failure &
Announcement
Anastasia Dyubaylo · Oct 12, 2017

New Video: A Mocking Framework - Laugh at Unit Tests

Hi, Community! Please welcome a new session recording from Global Summit 2017:A Mocking Framework: Laugh at Unit Tests This video shows how to extend the Eclipse Unit Test
Question
Gautam Rishi · Jun 29, 2023

Getting INVALID OREF error while unit testing

Getting INVALID OREF error while unit testing. Also ResultDyanmicObj.Headers.%Size(),DummyResponse.Headers.%Size() these are working fine getting 7 value from both. but still
Article
Evgeny Shvarov · May 14, 2023

Unit Tests for InterSystems IRIS BI Dashboards and Pivots

cubes or subject areas, conduct refactoring via mass renaming of cubes and its elements etc some widgets could stop functioning. The solution is to test (manually?) every widget
Question
Tiago Ribeiro · Feb 25, 2016

Better Unit Testing Strategies for InterSystems Caché Development

tests for method class in a deteminado package and running the steps that the documentation recommends:1 export the tests classes to a predefined folder.2- And running the test
Question
Michael Davidovich · May 18, 2022

Unit Testing Conventions/Best Practices - Where Do They 'Live'?

Continuing on the journey of implementing %UnitTest, @Timothy.Leavitt's Test Coverage package, and automated testing with Jenkins. My question today: why do we utilize a unit
Article
AndreClaude Gendron · Sep 19, 2017

UnitTest : A Mocking Framework for InterSystems objectscript classes

hope you'll find this useful for your unit testing. We are using this extensively for the last 2 years and it really works well! The repo is public, feel free to submit enhancements
Article
Henry Pereira · May 29

Making Sense of Blood Tests with FHIRInsight: Turning FHIR into Clarity

blood test results and it all looks like Greek? That's the problem **FHIRInsight** is here to solve. It started with the idea that medical data shouldn't be scary or confusing
Question
Gabriel Santos · Jan 9, 2023

How to know the size of a global

Exist some command for return the quantity row of a global? Example: ^test(1)="aa"^test(2)="aa"^test(3)="aa"^test(4)="aa"Total rows = 4 Set count=0,row="" For { Set row=$Order