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 a trigger? How do you verify if a trigger is fired or not?
What is the syntax to add record to a table?
In database testing, how to do the data load testing?
How you can write testcases from requirements and do the requirements represents exact functionality of aut (application under test)?
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 to test procedures and triggers of a database?
What is data driven test?
What is performance testing and what are the bottlenecks of performance testing?
How to test database in manually?
How to test database procedures and triggers?
What is retesting & how it is different from data driven testing?
What is load testing and give some examples of it?