cameronh
9 months agoNew Contributor
Status:
New Idea
Add support for testing in multiple instances of the same desktop app
According to the support team there is currently no way to test in multiple instances of the same application.
For example, consider a test where you launch multiple instances of Visual Studio and start debugging an application in each instance. If you try to record this test, it records all the operations as if there is once instance of Visual Studio - there is no way to differentiate between them. So when you play the test back, it chooses one instance and tries to execute all operations in that one instance, which fails.
In order to automate this test case you would need to be able to specify "In instance 0, do this" and "In instance 1, do that".