mayertj1's avatar
mayertj1
New Contributor
5 years ago
Status:
New Idea

TestExecute Log Viewer

When a test starts, a log folder is created and used to capture results real-time as steps complete.  However there is no way to view it using TestExecute until the test finishes.  Also, the XML format of the log is proprietary without any easy way to interpret and display directly.The only solution I found is a script command  that allows saving the current log as HTML: 

 

“Log.SaveResultsAs("C:\\Users\\User1\\Documents\\Test",lsHTML,false);”

 

Placing this command at various strategic locations, and refreshing the browser, can get close, but ideally a seperate utility is available that allows for viewing and monitoring the progress of a long running script.

No CommentsBe the first to comment