Testing / PractiTest Interview Questions
What is the difference between a Test Set and a Test Run in PractiTest?
| Test Set | Test Run |
| A named grouping of tests intended to be executed together | The actual execution event of a Test Instance within a Test Set |
| Defines which tests belong to a testing cycle, like a regression pass | Records the result, duration, and any issues from executing a specific test |
| Can be reused or duplicated via permutations for different cycles | Produces a history entry each time the same Test Instance is executed again |
| Organized and filtered like other entities | Contributes to the requirement status calculation for any linked requirement |
In short, a Test Set is the plan, the group of tests you intend to run, while a Test Run is what actually happened each time you executed them.
More Related questions...