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?
What rdbms stands for and what are the important rdmbs that sql use?
Explain what is data driven test?
Suppose a student column has two columns, name and marks. How to get name and marks of top three students.
Mention different types of indexes?
Without using database checkpoints, how you test a sql query in qtp?
How to verify the trigger is fired or not and can you invoke trigger on demand?
What are the different stages involved in database testing?
What are the necessary things needed for writing database test cases?
What are indexes and mention different types of indexes?
Which sql statements can be used in database testing?
How to test database in manually? Explain with an example?