testName property
Use this property to set and retrieve the name of the test.
Syntax
Call syntax
NSString* configval; // give relevant initial value
config.testName = configval
configval = config.testName
Declaration
(copy, nonatomic) NSString *testName
Type:NSString*
The test name to be configured for the test.