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
You don’t have much time or only one day time, you have to execute 100 test cases, how you will execute
Which sql statements can be used in database testing?
What is difference between local and global temporary table?
In database testing, what all things are required for writing good test cases?
How to test the stored procedures?
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it?
In data base testing, what are the steps to test data loading?
Why database testing is important?
Mention different types of joins?
What are the possible values for boolean data field.
How to use sql queries in winrunner/qtp?
How to test a dts package created for data insert update and delete?
What conditions are to be checked if the data is inserted, updated or deleted using a text files?
While testing stored procedures what are the steps does a tester takes?
What are indexes and mention different types of indexes?