What is retesting & how it is different from data driven testing?
Answer Posted / 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 View All Answers
Explain how to use sql queries in qtp ?
Mention different types of indexes?
What is the process of database testing?
Does qtp support sql queries?
What are the challenges you faced while performing database testing?
How do you test whether a database in updated when information is entered in the front end?
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?
What are the possible values for boolean data field.
How to test database procedures and triggers?
How we can avoid duplicating records in a query?
In database testing, how to do the data load testing?
In the database testing process, what do we usually check?
What are the different types of database testing?
In database testing, what do we need to check normally?
Without using database checkpoints, how you test a sql query in qtp?