Page 1 of 1

is it possible to run Renorex remotetly in minimized form

Posted: Wed Jan 21, 2015 2:24 pm
by rastek
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.

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

Posted: Wed Jan 21, 2015 9:35 pm
by Ciege
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...