Forum Discussion

iamaqa's avatar
iamaqa
New Contributor
2 years ago
Solved

Running 2 or more instances of TestedApp

TestComplete version: 15.42.9.7 x64   I'd like to open 2 same desktop applications as we have some scenario testing multiple users. i'm getting this error message: There is (are) 2 running insta...
  • mikef's avatar
    2 years ago

    Hi iamaqa 

     

    In your Run TestedApp operation, set the parameter IgnoreRunning = True : 

    This will allow you to run more than one instance.

     

     

    To differentiate between instances, you may need to map a new instance with an additional property pair, like Index value.

     

    Hope this helps

    Mike