Clear filter
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
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
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
Colin Gadumer · Jun 5
of ChatGPT it is: Tripple Quotes.
Spoiler
# Test string escaping for IRIS session routine calls
param(
[string]$Instance = "healthconnect",
[string]$TestString = "Your
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
Question
Ashok Kumar T · Jun 27
available as described in common documentation. However, if your question is about the `GET` or `POST` request handling using `%Net.HttpRequest` class, you can use the `test` argument
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
Article
Lydia Huang · Mar 14, 2016
is: on
>>g
SELECT {[Measures].[%COUNT],[Measures].[Allergy Count],[MEASURES].[MEDIAN TEST SCORE]} ON 0,NON EMPTY HEAD(NONEMPTYCROSSJOIN([AgeD].[H1].[Age Group].Members
Question
Michael Gosselin · Jul 29, 2016
to breaking my code. That needs to change. So, I'd like to ask people, what are some of the things you like to test for when trying to stress-test your code? I'll start with what I like