Automation Guide
Action-based testing language
TestArchitect Automation Classes
Engine class methods ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
EndRun
Syntax
integer EndRun ()
Description
End a test run
Parameters
There are no parameters for this function.;
Return Value
A number is returned that identifies the result information for the test run. It is to be used as parameter for the “ReportFinish” or the “PrintReport” function.
Notes
- This function produces the summary and needs to be called before “ReportFinish” or “PrintReport” can be used.
- After using “;EndRun”, a new call to “StartRun” is needed before “NextAction"can be called.