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
What are the possible values for boolean data field.
What is ddl and what are their commands?
What is performance testing and what are the bottlenecks of performance testing?
What we normally check for the database testing?
Does qtp support sql queries, how to use sql queries in qtp?
While testing stored procedures what are the steps does a tester takes?
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it? What conditions are to be checked if the data is inserted, updated or deleted using a text files?
How do you test whether the database is updated as and when an information are added in the front end?give me an example?
How to check a trigger is fired or not, while doing database testing?
What do you mean by index and explain different types of indexes?
How to use sql queries in winrunner/qtp?
How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it?
What is white box testing and black box testing?
What is the syntax to add record to a table?
What is the test scenario to test a database migrated from one sql server to another?