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 load testing and give some examples of it?

0 Answers  


What rdbms stands for and what are the important rdmbs that sql use?

0 Answers  


Explain what is data driven test?

0 Answers  


Suppose a student column has two columns, name and marks. How to get name and marks of top three students.

1 Answers  


Mention different types of indexes?

0 Answers  


Without using database checkpoints, how you test a sql query in qtp?

0 Answers  


How to verify the trigger is fired or not and can you invoke trigger on demand?

0 Answers  


What are the different stages involved in database testing?

0 Answers  


What are the necessary things needed for writing database test cases?

0 Answers  


What are indexes and mention different types of indexes?

0 Answers  


Which sql statements can be used in database testing?

0 Answers  


How to test database in manually? Explain with an example?

0 Answers  


Categories