Search

Clear filter
Question
Ruslan K · May 23, 2017

Placeholder in dataCombo

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

Continuous Delivery of your InterSystems solution using GitLab - Part IV: CD configuration

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

Enable $$$GeneralError Macro

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

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

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

Pass a string to a routine from powershell

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

AOC2021-rcc

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

Meltdown and Spectre – Performance Impact

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

Http Request and Response format from %request object

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

Privileged Routine Applications (PRA) and $ROLES After

, 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

Code Coverage in Productions

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

[Video] Using Automated Testing to Build Reliable, Large-Scale API Server in the Cloud

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

Security handling of Intersystems

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

CachéQuality updates and Roadmap

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

Example of using the MDX subquery flag in the DeepSee Shell

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

How best to "break" my code

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