Solved
Is there a way to simulate Obj-Open-By-Handle in unit test case?
The test case is validating an activity that calls Obj-Open-By-Handle step, which won't work in QA env. There is a data dependency in DEV env. We'd like to simulate this step so that the test case can work independently across different environments.
If there's no such simulation, any alternative?