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 load testing and give some examples of it?
How to test database manually?
Without using database checkpoints, how you test a sql query in qtp?
How to test a dts package created for data insert update and delete?
Without involving database checkpoints, how you can test a sql query in qtp?
How to test a sql query in winrunner? Without using database checkpoints?
What is performance testing and the bottlenecks of it?
What is the way of writing testcases for database testing?
What is database testing and what we test in database testing?
What is retesting & how it is different from data driven testing?
How to test procedures and triggers of a database?
What are dcl commands? What are the two types of commands used by dcl?