Skip to content

Navigating to the Test Execution results page

You have multiple ways to navigate to the Test Execution Results screen for cloud-based executions which are listed below:

Please note that the results of local (on your own laptop/desktop) test executions are not saved in Worksoft SaaS. For locally executed tests, the execution results can only be accessed until you remain in the context of the test script in which you triggered the local execution. Having said that, the test execution results for locally executed tests are retained if you switch between the "Design & Build" tab and the "Execute & Debug" tab of a Test Script in view mode or edit mode.
You can navigate to the Execution Results screen from the Test Runs - Home screen by clicking on 'View Results' link for a corresponding Test Run.



If you want to open the test execution results page for a specific test run in a different/new browser tab than the tab within which you were accessing the test runs home page, you can click on the little icon that appears to the right of the 'View Results' in the last column of the grid, for the row that corresponds to the test of run of interest to you.

Using URL


If you are aware of the Run Id for a particular test run, you can just place that Id in the URL and navigate directly to the Execution Results screen of that Test Run.

Example: https://<domain name>/faces/pages/executions.jsp#/<Test Run ID>

If you are already logged-in to Worksoft SaaS, results are loaded and shown in the tab. If you are not logged in, you will be asked to enter credentials before the results page opens up.

If you do not have access to the project that the run is part of, you would see an error "No results found".

If you enabled emails to be sent out to key stakeholders when the execution for a test is started, aborted and completed, the emails that Worksoft SaaS generates will include a hyperlink on the test run identifier included in the email. This hyperlink when clicked will take you to the test execution results page if you are already logged into the Worksoft SaaS application. if you are not currently logged in, you will be prompted to log in and once you are logged in, you will be taken to the test execution results page automatically.

If you explicitly created logic within the tests that generates 'custom' emails from within your automated tests in execution (at runtime) (using commands for Team Notifications, Alerts, and Collaboration) and you coded the inclusion of an HTML anchor tag (hyperlink) on the run identifier, then the emails generated will include run id that when clicked will take you automatically to the test execution results page (assuming you are currently logged into your domain on Worksoft SaaS).


Feedback and Knowledge Base