Skip to main content

SessionUrls class

An object of this class is returned as part of the information in the TestResults class. This class provides URIs that can be used in a browser to display the Test Manager batch and test results for this test.

getBatch method

Syntax

let urls = sessionurl.getBatch();
urls = sessionurl.batch;

Note that this feature is available as both a method and a property.

Parameters

This method does not take any parameters.

Return value

Type: string

getSession method

Syntax

let urls = sessionurl.getSession();
urls = sessionurl.session;

Note that this feature is available as both a method and a property.

Parameters

This method does not take any parameters.

Return value

Type: string