Learning
Documentation
Community
Open Exchange
Ideas Portal
Global Masters
Certification
Partner Directory
Startup Hub
Developer Community
Ask DC AI
Posts
InterSystems Official
Articles
Questions
Announcements
Discussions
Tags
Events
Tech Article Contest
Programming Contest
InterSystems Ideas Contest
Event Calendar
Products
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
Jobs
Job Opportunity
Job Wanted
Members
About
About Us
FAQ
Feedback
Report an Issue
Share an Idea
Code of Conduct
Contact Us
EN
Ask AI
Language
EN
|
ES
PT
JP
CN
FR
EN
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Anniversary Celebration
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
Internal Tech Article Contest
InterSystems Data Studio
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Kubernetes Operator (IKO)
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems Official
InterSystems Reports (Logi)
IRIS contest
Job Opportunity
Job Wanted
Learning Portal
Open Exchange
Other
Partner Directory
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
Access control
Adaptive Analytics
Alerts
Analytics
Analyzer
Angular
Angular2
API
Apple macOS
Application Server
Artificial Intelligence (AI)
Authentication
AWS
Azure
Backup
Beginner
Best Practices
Big Data
Business Operation
Business Process (BPL)
Business Rules
Business Service
C++
Callout
CaretDev
CCR
Certification
Change Management
ChatGPT
Cloud
Code Golf
Code Snippet
Coding Guidelines
Columnar Storage
Compatibility
Compiler
Containerization
Contest
Continuous Delivery
Continuous Integration
Convergent Analytics
CSP
CSS
CSV
Cubes
Dashboards
Databases
Database Transaction Processing
Data Import and Export
Data Model
DC Feedback
Debugging
Deployment
Developer Community FAQ
Development Environment
DevOps
Digest
Distributed Data Management
Docker
Document Data Model (NoSQL)
DTL
Early Access Program (EAP)
Eclipse
ECP
Embedded Git
Embedded Python
Encryption
Enterprise Message Bank
Error Handling
Events
Failover
FHIR
Field Tests
Framework
Frontend
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
Global Summit 2016
Global Summit 2017
Global Summit 2018
Global Summit 2019
Global Summit 2022
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
Graph
High Availability
HL7
HTML
iFind
Indexing
Innovatium
IntegratedML
integration-required
Interoperability
InterSystems API Manager (IAM)
InterSystems Business Solutions and Architectures
InterSystems Demo Games
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
Journaling
JSON
Key Question
Key Value
Kubernetes
Languages
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
Localization
Machine Learning (ML)
Management Portal
Mapping
MDX
Meetup
Message Search
Microservices
Microsoft Windows
Microsoft Windows Server
Mirroring
Monitoring
Multi-model
MultiValue Basic
Namespace
Natural Language Processing
Node.js
OAuth2
Object Data Model
ObjectScript
ODBC
Open Source
OpenVMS
Perforce
Performance
PID^TOO||
Platforms
Podcast
Prompt Engineering
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
Swagger
System Administration
System Alerting and Monitoring (SAM)
Terminal
Testing
Tips & Tricks
Tools
Tutorial
Ubuntu
UI Development
UIMA
Unstructured Data
Vector Search
Video
Virtual Summit 2020
Virtual Summit 2021
Visualization
VSCode
Vue.js
Web Gateway
Webinar
XML
ZEN
Apply
Clear filter
Question
Michael Wood
· Mar 27, 2024
Test
Objectscript code in VS Code
**
Test
ObjectScript Methods**: - Open the ObjectScript file containing the method you want to
test
.
Question
Jonathan Harris
· Oct 24, 2024
I want to
test
if two fields are numeric and positive, do subtraction, and
test
if the result is positive.
Once I get that, I can
test
if field1>0 and field2>0, do the subtraction, and
test
if diff>0.
Article
Henrique Dias
· Feb 9, 2023
Elevate your unit
tests
to the next level
methods in a
test
class execute.
Article
Ashok Kumar T
· Aug 5
IrisTest – Simplifying Unit
Test
Report Generation
results for a specific
test
SHOWALL List all
test
results QUIT Exit shell Report Formats Format Description html Stylish, browser-ready
test
report
Article
Yuri Marx
· Apr 6, 2022
Unit
Tests
: Quality of your ObjectScript Code
Unit
test
:
test
classes (
Test
Unit) are created, one for each functionality topic (Maintain Customers, Transaction Collection, etc.), grouped in
Test
Suites (set of
Test
Units), one
Article
Oliver Wilms
· Sep 11, 2022
Routing REST messages inside interoperability-
test
I deployed online demo here: https://production-monitor.demo.community.intersystems.com/csp/user/EnsPortal.ProductionConfig.zen?PRODUCTION=dc.Demo.Production# I updated several settings
Question
Tom Bruce
· May 30, 2022
Test
if a dynamic query returns 0 results
Hi, what’s the best way to check if your query return 0 records? If $$$ISOK(sc) { Set tResult = sqlStatement.%Execute() WHILE tResult.%Next()
Article
Andreas Schneider
· Jan 12
Testing
FOREIGN SERVER and FOREIGN TABLE feature
I've extended my demo repository, andreas5588/demo-dbs-iris, to make it easy to
test
the FOREIGN SERVER and FOREIGN TABLE features in IRIS.
Announcement
Steve Brunner
· Jul 18, 2018
Caché and Ensemble 2018.1 Field
Test
Release
This Field
Test
does not include HealthShare Health Connect.
Article
Daniel Aguilar
· Nov 8, 2023
Automate API
Testing
with IrisApiTester: A Developer's Guide
Point 2 - Unit
tests
: The next issue to solve was related to how to use the tool not only for API
tests
but also to execute unit
tests
.
Discussion
Scott Roth
· Jun 17, 2022
IRIS Core Solutions Developer Specialist
Test
I am going to take the IRIS Core Solutions Developer Specialist Certification at Global Summit on Monday. Anyone got any tips or suggestions? Thanks Hi Scott. Just a few minutes ago
Question
Gautam Rishi
· Jun 29, 2023
Unit
testing
in object script assertion on objects
Hi All,I want to write testcase in objectscript but stuck at this point where I am getting a DynamicObject from the class method and how can I assert this and check it is okay. Also
Article
Steve Brunner
· May 1, 2017
Caché and Ensemble 2017.2 Field
Test
Release
this latest version of our Data Platform products.You can get this release from the Field
Test
portal.
Question
Murali krishnan
· May 3, 2017
DEV,
TEST
Environment set up in Intersystems
I normally postfix the name with -DEV and -
TEST
, e.g.
Question
John Murray
· Mar 9, 2016
Relationship of the Atelier Beta to the 2016.2 Field
Test
I will have the
text
corrected as soon as possible Atelier check update system says at the end 'Problem Occurred:' with message No repository found at https://atelier.artifactoryonline.com
first
previous
…
6
7
8
9
10
…
next
last
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up