Unit 3-1
Unit 3-1
that the most important test cases are executed first. This helps to
improve the overall test coverage of the software.
Reduced testing costs: By focusing on the most important test
cases, you can reduce the amount of time and resources spent on
testing. This can lead to significant cost savings.
Improved software quality: By prioritizing test cases, you can
ensure that the most important defects are found and fixed first.
This helps to improve the overall quality of the software.
Regression Testing:-
2. Execute test cases: Run the selected test cases. This can be done
manually or using automated testing tools, depending on the
complexity of the test cases and the resources available.
3. Analyze test results: Once the test cases have been executed,
the results need to be analyzed to identify any failures or
discrepancies.
4. Fix failures: If any test case fails, the issue needs to be fixed. This
could involve debugging the code, making necessary changes,
and retesting.