Search

Clear filter
Announcement
Andreas Dieckow · Jan 18, 2018

Meltdown and Spectre – Performance Impact

have shown at worst a performance degradation of less than 2% and in some cases slightly better performance, but within the margin of error of testing.
Article
Timothy Leavitt · Aug 27, 2020

Continuous Integration with the InterSystems Package Manager, GitHub Actions, and Docker

Uploading Unit Test Results Suppose a unit test fails.
Article
Robert Cemper · Dec 25, 2021

AOC2021-rcc

).Run(part,test) with part = 1,2 ; run only first or second part of example, anything else = both test = 0 ; use alternate input set test = 1..n ; run other tests as provided by example
Article
Tani Frankel · Dec 8, 2022

Privileged Routine Applications (PRA) and $ROLES After

You can also use the same trick to remove roles temporarily (for example if you need to execute untrusted code): Class User.Role { /// do ##class(User.Role).Test() ClassMethod Test
Question
Murali krishnan · May 10, 2017

Security handling of Intersystems

You should use something like SoapUI if you want to more completely test your SOAP methods.
Article
Ashok Kumar T · Feb 7

IRIS %Status and Exceptions

; it prints TEST Error2 } LEARNING>Do ##class(Learning.myexcept).GetErrorMsgMacro() TEST Error TEST Error2 Validate Return Status Now that you've created the error and
Question
Roberto Cahanap · Aug 16, 2018

%UnitTest.TestCase

I need to start doing unit testing for some of my code.Why does it delete the unit testing class from Cache when I run the test?Is there a way to turn this off? Oh great!
Question
Ponnumani Gurusamy · Mar 12, 2019

Method vs Class Method

ClassMethod Test(){}Method Test() {} Please see this question: https://community.intersystems.com/post/difference-between-method-and-classmethod-class-definition
Question
Dmitrii Baranov · Feb 23, 2023

Easiest way to clean up a FHIR database?

We routinely need to do this in our internal testing.
Article
Lydia Huang · Mar 14, 2016

Example of using the MDX subquery flag in the DeepSee Shell

[MEDIAN TEST SCORE] AS '%KPI("%DeepSee.Median","MEDIAN",1,"%measure","Test Score","%CONTEXT")',FORMAT_STRING='#.##':[GEND].[H1].[GENDER].
Question
Aleksandar Kovacevic · Dec 24, 2021

How do you create $listbuild using java native api?

",1); USER>zw ^test^test(1)=$lb("this is a string",100) Thanks @Daniel.Pasco , this was exactly what I was looking for!
Question
Flávio Lúcio Naves Júnior · Jun 22, 2021

How verify if a attribute exists in a object?

%IsDefined("test") write "defined" set a.tset=1 if a.
Question
Erum Ahsan · Jun 6, 2023

JavaScript is not working as expected.

Please click on run test button again to repeat test."); var table = zenPage.getComponentById('tblResults'); //hide the table - not sure if there is any other option
Question
Christine Nyamu · Sep 14, 2023

How to do a SQL query in DTL and map PV1 7.1 to results of query

My greatest challenge is how to pull that PV1 7 value given that there are different providers e.g, 'TEST,PROVIDER', 'TEST,PROVIDER1', 'TEST,PROVIDER2', 'TEST,PROVIDER3' etc.
Article
Evgeny Shvarov · Mar 9, 2016

How to make posts with code on Developer Community

Example: #dim test as %Library.Integer SET test = 123.099 set ^global = %request.Content Write "Current date """, $ztimestamp, """, result: ", test + ^global = 125.099 do