ConductedTests
ConductedTests is a term used in software testing to denote tests that have been executed and whose results have been recorded. It can refer to a collection of test cases that have been run, a phase in a project’s testing workflow, or a formal artifact within a test-management system.
A ConductedTest typically includes the test case identifier, steps performed, input data, expected results, actual results,
Purpose and use of ConductedTests is to enable traceability from requirements to verification, support defect triage,
Management and storage of ConductedTests typically occur within test-management tools, defect trackers, or versioned repositories. Naming