batch property
Use this property to set and retrieve the batch information for this test.
In the Test Manager, all the results of tests that were executed as a single batch are displayed together and can be managed and operated on as a group. See How to organize your tests with batches and How to group tests into batches using the SDK for details and an example.
Syntax
Call syntax
BatchInfo* value; // give relevant initial value
eyes.batch = value
value = eyes.batch
Declaration
(strong, nonatomic, nullable) BatchInfo *batch
Type:BatchInfo*
An object of the class BatchInfo that describes the batch.
Remarks
Set this property once
before the calls to the openWithApplicationName method for all tests that are supposed to be part of this batch.