Clear filter
Announcement
Andreas Dieckow · Jan 18, 2018
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
Uploading Unit Test Results
Suppose a unit test fails.
Article
Robert Cemper · Dec 25, 2021
).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
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
You should use something like SoapUI if you want to more completely test your SOAP methods.
Article
Ashok Kumar T · Feb 7
; 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
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
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
We routinely need to do this in our internal testing.
Article
Lydia Huang · Mar 14, 2016
[MEDIAN TEST SCORE] AS '%KPI("%DeepSee.Median","MEDIAN",1,"%measure","Test Score","%CONTEXT")',FORMAT_STRING='#.##':[GEND].[H1].[GENDER].
Question
Aleksandar Kovacevic · Dec 24, 2021
",1);
USER>zw ^test^test(1)=$lb("this is a string",100) Thanks @Daniel.Pasco , this was exactly what I was looking for!
Question
Erum Ahsan · Jun 6, 2023
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
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
Example:
#dim test as %Library.Integer
SET test = 123.099
set ^global = %request.Content
Write "Current date """, $ztimestamp, """, result: ", test + ^global = 125.099
do