is it possible with ranorex to steer windows programs without loosing the focus of the current window when clicking on the other one?
It depends on the action, but in most cases the control of the tested application must have the input focus.
This is not a Ranorex issue, this is windows.
Another possibility: you can set the focus back to your own application.
What do you exactly want to do? Why do you want to set the focus back?
the problem is that the tester should be able to do other stuff on his pc during the test is done .. i know that's not what a application test is about but we will not test the application behind, we only want to use it ...
so the test runs and the windows application get's the focus all the time ... that's wiry because the other applications he is using loses it's focus all the time ...
the tester should be able to do other stuff on his pc during the test is done
This is only possible if you do not simulate mouse clicks and keyboard events. A mouse click sets automatically the focus to the control under the mouse pointer. I would suggest to simulate the same actions user does and test with a second machine if possible.
... or you use only actions without mouse movements and keyboard events.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum