How to unit test BPL
Hi,
How can I effectively unit test a Business Process Language(BPL) that incorporates three code activities calling methods from distinct ObjectScript classes?.
Appreciate any insights or examples.
Thanks,
Nimisha
Product version: Ensemble 2018.1
Hi Joseph,
To unit test interoperability productions and their business hosts, such as business processes, extend the %UnitTest.TestProduction class.
Hi,
In addition to @Robert Barbiaux response, you can use IRIS Unit Test in the ObjectScript side.