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
How do you test whether a database in updated when information is entered in the front end?
What is ddl and what are their commands?
What is the difference between gui testing and database testing?
What is a trigger? How do you verify if a trigger is fired or not?
How to use sql queries in qtp?
What are the types of data-driven testing?
What is cmmi and describe different levels of cmm?
What are the possible values for boolean data field.
What are the different stages involved in database testing?
What are dcl commands? What are the two types of commands used by dcl?
What are the steps need to be taken while testing stored procedures?
In the database testing process, what do we usually check?
How to test a sql query in winrunner? Without using database checkpoints?
What is performance testing and the bottlenecks of it?
Mention different types of joins?