Learning
Documentation
Community
Open Exchange
Global Masters
Certification
Partner Directory
Ideas Portal
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
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
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
Article
Yuri Marx
· Apr 6, 2022
Unit
Tests
: Quality of your ObjectScript Code
In the main software development methodologies there is always a chapter dedicated to
testing
. It is a mandatory approach to achieving quality in deliveries on an ongoing basis
Question
Pravin Barton
· Aug 23, 2019
Testing
interoperability productions without connecting to external systems
Hello all, I'm trying to write
tests
for an interoperability production using %UnitTest.TestProduction. I'd like to control the behavior of the SOAP operations so they don't
Question
Adam Eborn
· Jul 9, 2021
UnitTest - Asserting method has been called
Testing
processes and were wondering if there is an existing method that would capture this or how such a method could be structured. ThanksAdam Internally, we've developed a mock
Article
Yuri Marx
· May 29, 2023
How to do performance and load
tests
on databases and backends
requests and collect metrics about performance and availability. The most popular tool to do load and performance
tests
is called JMeter. It is an open-source tool to set database
Article
Joel Solon
· Oct 30, 2019
Collecting Performance Data While Running Unit
Tests
if it was possible to collect performance statistics while running unit
tests
. A few weeks later, I added some additional code to the %UnitTest examples to answer this question. I’m
Announcement
Francis Galiegue
· Apr 20, 2016
Experimental project for unit
testing
+ coverage; and help needed
Hello community! Heretofore is announced a new project which aims at providing a usable library for both running unit
tests
and collecting code coverage information at the same
Question
Ankita JAin
· May 31, 2017
Unit
Testing
Passed/Failed Status from the Terminal
Is there any methods/ways through which will get to know whether any of the Unit
Test
cases is/are failing in the Terminal with status as either 0 or False in case of Failure &
Announcement
Anastasia Dyubaylo
· Oct 12, 2017
New Video: A Mocking Framework - Laugh at Unit
Tests
Hi, Community! Please welcome a new session recording from Global Summit 2017:A Mocking Framework: Laugh at Unit
Tests
This video shows how to extend the Eclipse Unit
Test
Question
Gautam Rishi
· Jun 29, 2023
Getting INVALID OREF error while unit
testing
Getting INVALID OREF error while unit
testing
. Also ResultDyanmicObj.Headers.%Size(),DummyResponse.Headers.%Size() these are working fine getting 7 value from both. but still
Article
Evgeny Shvarov
· May 14, 2023
Unit
Tests
for InterSystems IRIS BI Dashboards and Pivots
cubes or subject areas, conduct refactoring via mass renaming of cubes and its elements etc some widgets could stop functioning. The solution is to
test
(manually?) every widget
Question
Tiago Ribeiro
· Feb 25, 2016
Better Unit
Testing
Strategies for InterSystems Caché Development
tests
for method class in a deteminado package and running the steps that the documentation recommends:1 export the
tests
classes to a predefined folder.2- And running the
test
Question
Michael Davidovich
· May 18, 2022
Unit
Testing
Conventions/Best Practices - Where Do They 'Live'?
Continuing on the journey of implementing %UnitTest, @Timothy.Leavitt's
Test
Coverage package, and automated
testing
with Jenkins. My question today: why do we utilize a unit
Article
AndreClaude Gendron
· Sep 19, 2017
UnitTest : A Mocking Framework for InterSystems objectscript classes
hope you'll find this useful for your unit
testing
. We are using this extensively for the last 2 years and it really works well! The repo is public, feel free to submit enhancements
Article
Henry Pereira
· May 29
Making Sense of Blood
Tests
with FHIRInsight: Turning FHIR into Clarity
blood
test
results and it all looks like Greek? That's the problem **FHIRInsight** is here to solve. It started with the idea that medical data shouldn't be scary or confusing
Question
Gabriel Santos
· Jan 9, 2023
How to know the size of a global
Exist some command for return the quantity row of a global? Example: ^
test
(1)="aa"^
test
(2)="aa"^
test
(3)="aa"^
test
(4)="aa"Total rows = 4 Set count=0,row="" For { Set row=$Order
first
previous
…
13
14
15
16
17
…
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