Entity Type

Entity types used

We denote different entities we have in Test Framework most of which is known to us. but this page is just for reference.

Suite Type
Desc.
Rule

SUITE

Collection of Test Cases (TEST - SuiteType)

Cannot be present without a Test case in it

TEST

Unit Test Case

Can be present even without Assertion.

the status of the test case decides the status of the test suite.

Last updated