app_urls property
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
value = result.app_urls # type is SessionUrls
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.