Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
screenstab [2020/05/10 03:44]
admin removed
— (current)
Line 1: Line 1:
-===== ScreenShot Tab ===== 
-//TestOptimal// allows your script and on-demand to take a snapshot of your web application during MBT execution. Depending on which plugin you selected, the screenshot might be in html or png. This tab displays the screenshot files generated for the model and allows you to view and remove screenshots taken by the model. 
- 
-{{http://TestOptimal.com/img/ScreenShotTab.png?600x400}} 
- 
----- 
- 
-==== Take Screenshot ==== 
-There are three ways to take a screenshot of AUT: manually, automatically, and programmatically. 
- 
-  * Manually: while MBT execution is in-progress, click on //snapScreen// link on [[MonitorTab|Monitor Tab]] 
-  * Automatically: add this MScript to //On Error// and/or //On Failure// triggers:  //<action code="$snapScreen()"/>// 
-  * Programmatically: add the same MScript above to anywhere in any of MScript triggers where you would like to have the screenshot of AUT taken. 
- 
----- 
-==== Manage Screenshot Files ==== 
- 
-The screenshot files are stored in //snapScreen// folder in the model's foder. It is recommended to purge and clean up old screenshot files to avoid filling up disk space. 
- 
-You can delete old screen files for the model by checking the checkboxes next to the file you want deleted and click on the //Delete// button. 
-