Testing / PractiTest Interview Questions
What is a Test Instance in PractiTest?
A Test Instance is the specific occurrence of a test case inside a particular Test Set, used to record the actual results of running that test.
Because a Test Instance references the original test case rather than duplicating it, any update made to the test case in the Test Library is automatically reflected everywhere that test is used as an instance, without needing to edit each copy separately.
- Holds its own run history, status, and any linked issues for that specific execution
- Lets the same test case be reused across many Test Sets without maintaining multiple versions
- For BDD tests with a scenario outline, PractiTest automatically creates one test instance per example row
More Related questions...