The information in this topic may be out of date. The current SDK reference guide has moved here.

appUrls property

Class: TestResultsPlatform: ImagesAppKitLanguage: Objective-C SDK:

Use this property to retrieve 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

Call syntax

SessionUrls* value = result.appUrls

Declaration

 (readonly, nonatomic) SessionUrls *appUrls

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.