Search

Clear filter

Olga TEST August 2025

0 posts0 comments
Article
Alberto Fuentes · Oct 23, 2019

Unit Tests for Data Transforms

Testing strategies Having a look at the concept of Test Pyramid and some articles about it, we can have a quick idea that having a solid base of low level cheaper automated tests is
Question
Nimisha Joseph · Feb 5, 2024

How to unit test BPL

Hi, In addition to @Robert.Barbiaux response, you can use IRIS Unit Test in the ObjectScript side.
Question
Eduard Lebedyuk · Feb 6, 2019

Populating test/initial data

><PropertyA>1</PropertyA></Test> <Test><PropertyA>2</PropertyA></Test> </xml> } And to load data you need to call Import method
Question
Dustin Knudsen · Aug 5, 2021

DTL record testing error

In the Tools tab, clicking on Test, I have an xml format set up to test the data transformation but I'm getting this error: ERROR <Ens>ErrNoObjFromString: Failed to find element
Article
Oliver Wilms · May 30, 2022

About test-data app

To get to the next level of testing, I want to have multiple types of test files available on demand.
Discussion
Stefan Cronje · Feb 21, 2023

Testing out the new Bing

Morning all, I got access to the new Bing this morning and thought I would try out some things on it. Below are a series of screenshots of what I searched and the results.Please share
Question
Ephraim Malane · Nov 21, 2023

Cookies penetration test remediations

Good day, We recently had penetration testing conducted on our HealthShare clinical viewer and patient Index instances and below is the recommendation 1.
Article
Pran Mukherjee · Oct 24, 2022

PerfTools IO Test Suite

USER> do ##class(PerfTools.RanRead).Setup("/ISC/tests/TMP","RAN",200,1) OR USER> do ##class(PerfTools.RanIO).Setup("/ISC/tests/TMP","RAN",200,1) Created directory /ISC/tests
Question
diba · Jun 9, 2023

E2E Test Automation solution

Could someone direct to any E2E Test Automation solutions for IRIS Data platform product?
Question
Nic Lorenzen · Feb 28, 2016

Mocking tools for Unit Testing

Right now, my team has been building mock objects by hand to help circumvent dependencies when writing and executing unit tests, but I always wondered if someone had ever created a
Announcement
Developer Community Admin · Dec 2, 2015

InterSystems Atelier Field Test

Atelier field test is really cool. Just two questions: - Is there any chance to extend 15 days period of test? It would be great (I can't test it full time).
Discussion
Evgeny Shvarov · Sep 21, 2020

Unit Testing Naming Convention

The suggestion is that unit test classes will live separately from source classes, e.g. in /tests directory.
Question
Yuri Marx · Mar 17, 2021

SQL sentence to test connection

It is common to test a connection sending a general SQL instruction to the database, in Oracle we send select 1 from dual, for example, and in IRIS what the best option?
Announcement
Evgeny Shvarov · Jan 24, 2021

Countries and Titanic Datasets for Testing

Sometimes we need to test this or that library, framework, or function vs some dataset. And often we want to deal with some meaningful data.