Clear filter
Question
Kurro Lopez · Nov 4, 2021
Iso8601ToTimeStamp(ts) {
s r=##class(%TimeStamp).XSDToLogical($e(ts,1,22)_":"_$e(ts,*-1,*))
w r," => "
q $zdth(r,3)
}
Output:USER>do ^test
2021-10
Article
Oliver Wilms · Oct 17, 2021
I wanted to use it to test the CSV Record Wizard. It was not obvious how to use it. The dialogue in Portal page had a field for quoted content.
Question
Don Martin · Jan 31, 2022
The issue was also detected during recent internal testing and we're in the process of fixing it. Just wondering if this issue has been fixed in a new community edition release?
Question
Mike Williamson · Nov 17, 2023
Mike
I did not test 5.0.16 but I don't think this code has changed much so I expect this will work for you.
in 1 terminal I started a transaction and set a global
USER>tstartTL1:
Question
Sebastian Thiele · Dec 13, 2023
proper access to the required resource(s)2) add to the Web Application the required role(s) with proper access to the required resource(s)
Personally I would prefer option 2.Just for testing
Question
Gautam Rishi · Jun 21, 2023
Hi everyone, I am new to "git-source-control", what i am doing so far will explain you in few steps.1. installed git-source-control into a namsapace TEST using ZPM "install git-source-control
Question
Lewis Houlden · Jun 30, 2023
When you do a "test" or the rule logging it will at first return a rule number effected still but rule numbers are not on the rule editor.
Article
Peter Steiwer · Dec 31, 2019
html[html.length]="Testing"
2) We will now get our controller object.
Question
p rd · Jan 4, 2018
I use SoapUI 5.4.0 test Cache development web service, the parameters I need to send through SoapUI is as follows:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/
Question
Joerg Meier · Nov 2, 2016
SET numSrcTD=##class(%iKnow.Queries.SourceAPI).GetCountByDomain(domId,tTestSet) WRITE "The test set includes ",numSrcTD," sources",!
Article
Eduard Lebedyuk · Nov 20, 2019
With this approach, you can use a variety of tools for a variety of related tasks, such as client generation, unit testing, API Management, and many others.
Question
Vinay Purohit · Jun 11, 2020
I would try pushing it through the business service test function. Paying close attention to the message to make sure none of the segments have any corruption.
Article
Robert Cemper · Feb 10, 2021
the terminal in this directory and run:
$ docker-compose build
this may take some time to complete
Run the IRIS container with this project:
$ docker-compose up -d
How to Test
Article
Stuart Salzer · Nov 8, 2016
Table of Contents
Core file basics
SuSE Linux
Windows
AIX
Ubuntu Linux
Testing
Docker
macOS (Darwin)
Sanity Test
HP–UX
OpenVMS
Transmission
RedHat
Question
Evgeny Shvarov · May 19, 2020
()
ClassMethod test()
{
s old=$system.Process.Undefined(2)
try{
w ##class(%Utility).FormatString(undef)," => ",..ValType(.undef),!