You don’t have much time or only one day time, you have to execute 100 test cases, how you will execute
Answer / Rajan Malhotra
"In this scenario, it would be important to prioritize the test cases based on their importance and risk. Test cases with higher priority and those that test critical functionality should be executed first. Automation can help speed up the process and reduce the time required for execution. Additionally, parallel testing could be employed to execute multiple tests simultaneously to save time." (CATEGORY: Database Testing)
| Is This Answer Correct ? | 0 Yes | 0 No |
In database testing, what do we need to check normally?
What is retesting & how it is different from data driven testing?
What is performance testing and the bottlenecks of it?
What is white box testing and black box testing?
Explain how to use sql queries in qtp ?
In database testing, what all things are required for writing good test cases?
What is the syntax to add record to a table?
What is a trigger? How do you verify if a trigger is fired or not?
How do you test whether the database is updated as and when an information are added in the front end?give me an example?
What conditions are to be checked if the data is inserted, updated or deleted using a text files?
What do you mean by white box testing and black box testing?
What is the process of database testing?