getAppUrls method
Returns an object with a set of URLs that you can use to access the Test manager in a browser, preloaded with the results of this test.
Syntax
SessionUrls value = result.getAppUrls();
Parameters
This method does not take any parameters.Return value
- Type: SessionUrls
See
sessionurls
The returned object has two properties, both are strings in the form of a URL:-
batch
- If you paste this URL into a browser then the browser will open the Test manager, displaying the batch results and all of its tests.
-
session
- If you paste this URL into a browser then the browser will open the Test manager, displaying the batch results, with the focus on the test of this test result.
-