| 1. |
What Is Retesting & How It Is Different From Data Driven Testing? |
|
Answer» After execution of the test in TERMS of finding the defect that has been already detected and fixed. Re-execution of the same test with different input values to confirm the original defect has been successfully removed is called Re-testing or confirmation Testing. Retesting is also called Data DRIVEN Testing, but the difference between both is, Retesting:- It is a manual testing process whereas application testing done with entire new set of data. DataDriven Testing(DDT):-It is an Automation testing process where application will be tested with multiple test data.It is simple and easy than retesting where tester just sit in front of SYSTEM and enter different new input valuesmanually from front-end INTERFACE, it is really boring TECHNIQUE. After execution of the test in terms of finding the defect that has been already detected and fixed. Re-execution of the same test with different input values to confirm the original defect has been successfully removed is called Re-testing or confirmation Testing. Retesting is also called Data Driven Testing, but the difference between both is, Retesting:- It is a manual testing process whereas application testing done with entire new set of data. DataDriven Testing(DDT):-It is an Automation testing process where application will be tested with multiple test data.It is simple and easy than retesting where tester just sit in front of system and enter different new input valuesmanually from front-end interface, it is really boring technique. |
|