Search

Clear filter
Article
John Murray · Jul 28

An example of partial code coverage by a unit test

The new version of InterSystems Testing Manager which I released last week brings @Timothy.Leavitt's cool Test Coverage Tool to VS Code, and is my entry for the 2025 Developer Tools
Announcement
Brenna Quirk · Aug 14

[Video] Testing Non-functional Requirements in Applications

Looking for ways to improve your application testing?
Article
José Pereira · Dec 7

Scaffolding IRIS REST API Tests with IrisOASTestGen

It has one test for each endpoint and uses the `operationId` property to name the test.
Question
Francis Galiegue · Apr 20, 2016

Is there a way to run unit tests in a given project which _does not_ require that test classes be exported first?

test methods only those methods whose name start with Test, * run each method individually.
Article
John Murray · Aug 1

A video of InterSystems Testing Manager version 2 revealing how much coverage your unit tests are achieving

Hi John, Your video is available on InterSystems Developers YouTube: ⏯️InterSystems Testing Manager for VS Code
Announcement
Anastasia Dyubaylo · Nov 2, 2018

New Video: Unit Test Coverage in InterSystems ObjectScript

for measuring test coverage.
Article
Joel Solon · Oct 30, 2019

Collecting Performance Data While Running Unit Tests

You may want to run your unit tests with or without collecting statistics.
Article
Oliver Wilms · Sep 11, 2022

About interoperability-test app for unittesting interfaces in productions

I cloned iris-interoperability-template for my app interoperability-test. I wanted to develop an app to test interfaces in Interoperability productions.
Question
Luiz Henrique Carvalho Martarelli · Jul 19, 2022

How i can test POST in Rest API

I'm using Insomnia software for testing my REST applications from cache and wanted to know how do I debug POST that got sent into backend by this tool via json sent from the request
Article
Yuri Marx · May 29, 2023

How to do performance and load tests on databases and backends

See your test results for the SQL statement tested: We can include many SQL or REST API requests into the same Test Plans and write custom scripts to do advanced tests.
Article
Evgeny Shvarov · May 14, 2023

Unit Tests for InterSystems IRIS BI Dashboards and Pivots

Pivots") } /// Test dashboards in BI package Method TestDashboards() { Do $$$AssertStatusOK(##class(dev.bi).checkDashboards(),"Test Dashboards") } } And here
Question
Raja simha goli · Dec 24, 2023

Unable to open web terminal for online TEST instance

Online TEST instance is not opening terminal.
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.
Question
Gautam Rishi · Jun 29, 2023

Unable to create directory while working on unit test

USER>zpm "test your-package-name" that will run all the tests.