Clear filter
Article
Alberto Fuentes · Oct 23, 2019
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
Hi,
In addition to @Robert.Barbiaux response, you can use IRIS Unit Test in the ObjectScript side.
Question
Eduard Lebedyuk · Feb 6, 2019
><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
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
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
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
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
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
Could someone direct to any E2E Test Automation solutions for IRIS Data platform product?
Question
Nic Lorenzen · Feb 28, 2016
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
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
The suggestion is that unit test classes will live separately from source classes, e.g. in /tests directory.
Question
Yuri Marx · Mar 17, 2021
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
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.