Adding test cases to a suite creates one of more test points based on the default configurations and testers assigned to the test suite. PointAssignment is the list of test points that were created for each of the test cases that were added to the test suite.

interface PointAssignment {
    configuration?: ShallowReference;
    tester?: IdentityRef;
}

Properties

configuration?: ShallowReference

Configuration that was assigned to the test case.

tester?: IdentityRef

Tester that was assigned to the test case