Aptitude Knowledge Question:
Download Questions PDF

Explain what you understand by the terms: Regression Testing and Re-Testing?

Answer:

Regression Testing:
Running tests to ensure that the software has not regressed in anyway as a result of changes to the software and/or environment. Regression testing is running passed tests again to ensure that they still pass. Re-Testing

This is running a test again that had found a fault to check that the fault has been fixed correctly. Re-testing is running a failed test again to ensure that it now passes.

Download Aptitude Knowledge Interview Questions And Answers PDF

Previous QuestionNext Question
Describe the stages of testing and what the objectives are at each stage?You have planned to run 600 tests on your own .... What would you do?