TimerStart
Description: the method starts the countdown and returns the value DateTime
Syntax: TimerStart()
Return value: DateTime
Example:
Tester tester = new Tester(browserForm);
DateTime start = await tester.TimerStart();
await tester.TestBeginAsync();
...
await tester.TestEndAsync();
TimeSpan result = await tester.TimerStop(start);
tester.ConsoleMsg("Time " + result.TotalSeconds);
Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files