Forum Discussion
1 Reply
- karkadilValued ContributorI can see 2 possible solutions here.
1. Right click on project name, select Edit|Properties, then select Playback option and modify value of the Save log every...minutes option.
2. Create handler for OnStopTest event and add there Log.SaveToDisk().
These are two ways to save your log during test execution, I believe it should help.
In case of power off again you will not lose all test results, but only the latest ones (e.g. last test which was executed).