InterviewSolution
Saved Bookmarks
| 1. |
Mention The Difference Between Data Driven Testing And Retesting? |
|
Answer» Retesting: It is a process of checking bugs that are ACTIONED by development team to verify that they are actually FIXED. DATA Driven TESTING (DDT): In data driven testing process, application is tested with multiple test data. Application is tested with different set of values. Retesting: It is a process of checking bugs that are actioned by development team to verify that they are actually fixed. Data Driven Testing (DDT): In data driven testing process, application is tested with multiple test data. Application is tested with different set of values. |
|