Test Entity Count Used to store test cases count (define tab) and test point count (execute tab) Used to store test cases count (define tab) and test point count (execute tab)

interface TestEntityCount {
    count?: number;
    testPlanId?: number;
    testSuiteId?: number;
    totalCount?: number;
}

Properties

count?: number

Test Entity Count

testPlanId?: number

Test Plan under which the Test Entities are

testSuiteId?: number

Test Suite under which the Test Entities are

totalCount?: number

Total test entities in the suite without the applied filters