What is retesting & how it is different from data driven testing?
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 |
What is difference between local and global temporary table?
How does qtp evaluate test results?
How to test procedures and triggers of a database?
What steps does a tester take in testing stored procedures?
What is performance testing and the bottlenecks of it?
In database testing, how to do the data load testing?
In data base testing, what are the steps to test data loading?
What is difference between having clause and where clause?
How to use sql queries in qtp?
What conditions are to be checked if the data is inserted, updated or deleted using a text files?
In database testing, what all things are required for writing good test cases?
What is the syntax to add record to a table?