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 |
Explain what is data driven test?
What is white box testing and black box testing?
Why database testing is important?
In database testing, what do we need to check normally?
What do you mean by dml?
How to test database procedures and triggers?
What is the process of database testing?
What is the database trigger, how to verify the trigger is fired or not and can you invoke trigger on demand?
What is cmmi and describe different levels of cmm?
What are the different types of database testing?
Define join and name different type of joins?
How to test database manually?