hostApp property
Use this property to set and retrieve the name of the hosting application property.
The hosting app, along with the HostOS property and ViewportSize, determines which baseline will be used as the basis for comparing checkpoint images. By default, the hosting app is undefined. The Test manager displays this value as the Browser column.
Syntax
Call syntax
NSString* configval; // give relevant initial value
config.hostApp = configval;
configval = config.hostApp
Declaration
(copy, nonatomic) NSString *hostApp
Type:NSString*
The value to be used for the Host App property.