Forum Discussion
Colin_McCrae
12 years agoCommunity Hero
"is this expected behaviour?"
Yes.
If whatever you are testing makes use of the mouse.
Some stuff you can get away with using the PC while the test is running, some you can't. More often than not, it's a safer bet not to use the PC while something is running if it is interacting with the screen in any way. If you remove focus at the wrong moment, it can cause all manner of problems and failures. Remember, you are (a lot of the time) simulating a user so mouse clicks and key presses are all part of what it does.
You get separate TestExecute instance. If you have long test runs, best to run them using that on a separate machine/VM leaving your full IDE version free for you to work with.
Yes.
If whatever you are testing makes use of the mouse.
Some stuff you can get away with using the PC while the test is running, some you can't. More often than not, it's a safer bet not to use the PC while something is running if it is interacting with the screen in any way. If you remove focus at the wrong moment, it can cause all manner of problems and failures. Remember, you are (a lot of the time) simulating a user so mouse clicks and key presses are all part of what it does.
You get separate TestExecute instance. If you have long test runs, best to run them using that on a separate machine/VM leaving your full IDE version free for you to work with.