Testing / PractiTest Interview Questions
What is the Test Library in PractiTest?
The Test Library is where test cases are created and maintained as reusable assets, independent of any specific Test Set they might later be run in.
- A single test case can be added as a Test Instance to many different Test Sets
- Editing the test case in the Test Library updates it everywhere it's used
- Supports both manual test steps and automated test definitions
This separation between the test case itself and a specific run of it is what makes large-scale test maintenance manageable as a codebase and its test suite both grow.
More Related questions...