Clear filter
Article
Randy Pallotta · Jul 27, 2016
will see fields from the HL7 messages output to a file with a header and trailer as below:Here is the text for the header. Number of Records: 854321|Test Patient|169 MY ST||CITYGOESHERE
Question
Eduard Lebedyuk · Dec 25, 2017
Let's say I have Macro.Parent class:
Include Parent
Class Macro.Parent
{
ClassMethod Test()
{
write "Class: " _ $classname() _ $c(10,13) _ "Value: " _ $$$name
Question
Christine Nyamu · Sep 14, 2023
I need to run a SQL query and use the output to map PV1 7.1. The query is :
SELECT IDFROM TestTableWHERE ProviderName = 'TEST,PROVIDER' AND IDType= 'BPI'
When I run
Article
Alexander Koblov · Jun 24, 2016
a) Choose Add comment
b) Write some text in comment (e.g. 'test')
c) Click preview
d) Edit comment content (e.g. 'test 2')
d) Click preview again
e) Notice that preview shows comment content before editing (e.g. 'test')
Question
Ruslan K · May 23, 2017
How to define placeholder for dataCombo?set dc.placeholder = "Some text" doesn't work. Hi Ruslan,I found an alternative,Suppose your dataCombo id is 'test' ( <dataCombo id
Article
Eduard Lebedyuk · Mar 20, 2018
that correspond to them:
Environment
Branch
Delivery
Who can commit
Who can merge
Test
master
Automatic
Developers Owners
Developers Owners
Preprod
Article
Timothy Leavitt · Aug 27, 2020
Introduction
In a previous article, I discussed patterns for running unit tests via the InterSystems Package Manager. This article goes a step further, using GitHub actions
Question
David Losiewicz · Jun 23, 2016
I am testing application code and want to simulate error conditions. I am trying to use the following to define a custom error with a class method.
$SYSTEM.Status.Error
Article
Robert Cemper · Dec 25, 2021
added also
all full descriptions of the exercises as Day*.md,
a snapshot of the private leaderboard at the time of completion of the exercise,
all test data, exercises input data
Announcement
Andreas Dieckow · Jan 18, 2018
tests 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. All tests confirm
Article
Tani Frankel · Dec 8, 2022
, Tani!
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
Question
Fynn Schwiegelshohn · Sep 30, 2022
Hi all,
I am currently wokring on integrating unit tests into a project. I am also attempting to test productions with the TestProductions class. This works great, but I noticed
Announcement
Anastasia Dyubaylo · Jun 16, 2022
Hey Community,
Common tools for meeting the challenges of testing large-scale solutions deployed in the cloud:
⏯ Using Automated Testing to Build Reliable, Large-Scale
Question
Murali krishnan · May 10, 2017
How is the security handled in intersystems for GUI and web services testing part ? Does it have inbuilt security handling packages ? what are the limitations ? Please enlighten
Announcement
Daniel Tamajon · Aug 17, 2018
for the inconvenience. It was the Botcha protection detecting you as a robot. It is now solved! Hi, Daniel!You mentioned Code Coverage - what do you mean? Is it a test coverage