Page 1 of 1

Can you give more details on how eValid remembers things

PostPosted: Mon Jan 12, 2015 8:15 pm
by LHayes
Good evening.

Can you tell me about how evalid remembers stuff when it plays a test.

I want to play one script 100 times to see how the timing results vary over time.

Hope this make sense to you guys?

Thanks

Re: Can you give more details on how eValid remembers things

PostPosted: Tue Jan 13, 2015 9:54 am
by eValid
LHayes wrote:Good evening.

Can you tell me about how evalid remembers stuff when it plays a test.

I want to play one script 100 times to see how the timing results vary over time.

Hope this make sense to you guys?

Thanks


Good morning LHayes.

Good scientific method. Good thinking.

Figure out the test, run it, and collect data about response time.

Run the same test 100 times and average the response time data.

Two ways to do this:

(1) Master script that does something like this:

CallScript MyTime
CallScript MyTime
...
(repeat 100 times)

(2) Use the batch mode to invoke the script 100 times.

In (1) you get one EventLog but in (2) you get 100 EventLog files. In either case it is a separate task to edit the data into a spreadsheet, produce the graph, etc.

-- eValid Support