is it possible to run Renorex remotetly in minimized form

Ask general questions here.
rastek
Posts: 185
Joined: Wed Aug 06, 2014 12:00 pm

is it possible to run Renorex remotetly in minimized form

Post by rastek » Wed Jan 21, 2015 2:24 pm

Hi,
I need to start my (ranorex gerenated) exe remotely but not in "minimized" mode\ which I call localy or remotely.

Because sometimes console window comes ahead some objects (especially text) of my tested application, and Ranorex can not find text in suitable time or can not find et all.

Is there a workaround for this ?

I al using psexec to run remotely my exe on another pc and there is a d option for psexec but is is notl solving my problem bcos it is not waiting execution result.

Thanks,
Rastek.

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Re: is it possible to run Renorex remotetly in minimized form

Post by Ciege » Wed Jan 21, 2015 9:35 pm

Because sometimes console window comes ahead some objects (especially text) of my tested application, and Ranorex can not find text in suitable time or can not find et all.
This sounds like you need to add code to your automation tests to wait for the window to appear before you begin checking for the objects within that window.

Write your automation as if it were a human doing it... They would not be looking for objects within a window to appear before the window itself has appeared...
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...