Search

Clear filter
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
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
Question
Michael Davidovich · Aug 12, 2022

Return Error Code After Unit Tests to CircleCI Job

Does anyone have experience with CircleCI or really any automation tool using %UnitTest? I have built my app and ran my unit test in a Docker container automated by CircleCI
Announcement
Anastasia Dyubaylo · Oct 12, 2021

Video: Fast & Efficient Provisioning & Testing with InterSystems Cloud Manager

Hi Community, New video is already on InterSystems Developers YouTube: ⏯ Fast & Efficient Provisioning & Testing with InterSystems Cloud Manager See how
Article
Evgeny Shvarov · May 28, 2022

Something For Nothing or How to Make Github Run Your UnitTests

Hi Developers! This is yet another short post that is intended to simplify developers' life. Now we'll talk about how to make GitHub run unit tests with every push
Question
Chris Marais · Nov 15, 2021

Errors when using TestCoverage, 'Somebody else is using the Monitor'

When running the command do ##class(TestCoverage.Manager).RunTest(,"/nodelete",.userParams) I now get the following error. these tests used to run fine. LogStateStatus:0
Question
Leonardo Carvalho · Mar 27

Generic route

I'm working with routes for a rest service with intersystems iris. I have a working /test path, but I want to create a regex that accepts any path passed after /test. example
Announcement
Henrique Dias · Feb 12, 2023

iris-tripleslash video announcement

Attention all developers! Get ready to revolutionize your testing process with iris-tripleSlash, the ultimate unit test solution. Say goodbye to boring and repetitive unit
Question
Evgeny Shvarov · May 13, 2023

Debugging Unittests in InterSystems IRIS

if I face that some test method fails I COPY(!) this method somewhere else as classmethod and run/debug it. Is there a handy way to call the particular unittest method in terminal
Question
Dmitry Maslennikov · Feb 22, 2023

$ZF(-100) with Unicode throws <TRANSLATE

, "/SHELL", "echo", "test") test USER>do $zf(-100, "/SHELL", "echo", "test тест") DO $ZF(-100, "/SHELL", "echo", "test тест") ^ <TRANSLATE> I know that it works
Question
Ryan Pflughaupt · Sep 21, 2023

Setting a global variable to change global reference

. This program displays back the location variations in the delimited string. Example Data structure: ^[NSL]Global1(a)="Test" ^[NSL]Global1(a,b)="66738,71469" ^[NSL]Global1(a,b