Search found 5 matches

by itchy20
Tue Jan 15, 2013 1:26 pm
Forum: How To …
Topic: Run a series of EXE projects unattended
Replies: 1
Views: 2607

Run a series of EXE projects unattended

Hi, We have (over time) produced many EXE projects each with a specific task for configuring and testing a specific part of our AUT. Each of these EXE project uses one or more .CSV for its input data. Assuming that we have all the input data correctly placed how can we run the EXE projects in sequen...
by itchy20
Tue Jul 24, 2012 12:24 pm
Forum: Automation Tools
Topic: Validation in Windows Event Logs
Replies: 2
Views: 2287

Validation in Windows Event Logs

I have an automated Ranorex solution which installs a large SW package, I then validate certain file locations etc. I also want to be able to use Ranorex to validate that there are no errors in the windows event log before it proceeds with my baseline verification tests. I want to know the best way ...
by itchy20
Mon Nov 28, 2011 3:38 pm
Forum: Automation Tools
Topic: Generating a report per X number of iterations
Replies: 1
Views: 2096

Generating a report per X number of iterations

I'm running a test in a loop for an extended period and the report file gets too big to work with / open. Can I somehow (using GUI in studio if possible) get it to produce a new report file every 10 or 20 iterations rather than one big one at the end?
by itchy20
Tue Nov 22, 2011 10:23 am
Forum: Automation Tools
Topic: Playback Repeat limit?
Replies: 4
Views: 2352

Re: Playback Repeat limit?

Thanks guys, some good answers, for now I will stick to using a number smaller than 2147483647 in recorder, but for sure in the future, when I get a bit more time, the while less than x days or hours in code will be a winner.
by itchy20
Mon Nov 21, 2011 6:22 pm
Forum: Automation Tools
Topic: Playback Repeat limit?
Replies: 4
Views: 2352

Playback Repeat limit?

Is there a limit to the number of repeats possible? I want a test to run in a loop for several days if possible. I put in a repeat figure of 9999999999999999999999 which was accepted, but it only ran the test once. If I reduce the figure to 255 then it works in a repeating loop but will only give me...