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 |
You don’t have much time or only one day time, you have to execute 100 test cases, how you will execute
How to test database in manually?
Does qtp support sql queries?
Which sql statements can be used in database testing?
What are the different stages involved in database testing?
What is the syntax to add record to a table?
What is the database trigger?
In data base testing, what are the steps to test data loading?
How to use sql queries in qtp?
In database testing, what do we need to check normally?
How we can avoid duplicating records in a query?
How to test a sql query in winrunner? Without using database checkpoints?