What is retesting & how it is different from data driven testing?



What is retesting & how it is different from data driven testing?..

Answer / padmas

A retesting is done whenever there is a change in the code or data after a bug fix or a new code addition for new feature. In retesting, code is modified and tested for new bugs if exists. Database driven testing is done when there is a change in the dataset test dataset, but there is no change in the underlying code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Testing Interview Questions

What is a trigger? How do you verify if a trigger is fired or not?

0 Answers  


What is the syntax to add record to a table?

0 Answers  


In database testing, how to do the data load testing?

0 Answers  


How you can write testcases from requirements and do the requirements represents exact functionality of aut (application under test)?

0 Answers  


How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it? What conditions are to be checked if the data is inserted, updated or deleted using a text files?

0 Answers  


How to test procedures and triggers of a database?

0 Answers  


What is data driven test?

0 Answers  


What is performance testing and what are the bottlenecks of performance testing?

0 Answers  


How to test database in manually?

0 Answers  


How to test database procedures and triggers?

0 Answers  


What is retesting & how it is different from data driven testing?

1 Answers  


What is load testing and give some examples of it?

0 Answers  


Categories