Forum Discussion
3 Replies
- Marsha_R
Champion Level 3
We have that happen in different environments. Some will start with just one process and some start with several. Name mapping is just going to use the one it finds first or more likely get totally confused and quit.
What you need to do is write something to run in front of your test that looks for your process and closes all the ones it finds. Then start one from Tested Apps so you have control over it and close it at the end of your test.
- MrDysprosiumContributor
Awesome, I've probably been getting lucky so far. I'll go write something like that now.
Any examples you can give?