TestRuns
TestRuns are a fundamental concept in software development and quality assurance. A TestRun, also known as a test execution or test cycle, represents a single instance of running a set of test cases against a specific version of software or a particular configuration. The primary purpose of a TestRun is to verify that the software behaves as expected and to identify any defects or regressions.
During a TestRun, a tester or an automated testing tool executes pre-defined test cases. Each test case
The data generated from a TestRun includes information such as the date and time of execution, the