Explain what is data driven test?
Answer / Prabhat Saxena
Data-driven testing involves running a single test script multiple times with different sets of input data to validate various scenarios and edge cases. It separates the test data from the test scripts, making it easier to maintain, reuse, and scale tests.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is database testing and what we test in database testing?
In database testing, what do we need to check normally?
How do you verify whether a database is updated when passing the data through front end?
What conditions are to be checked if the data is inserted, updated or deleted using a text files?
What do you mean by data-driven test?
Explain database testing?
What are the possible values for boolean data field.
What is data driven test?
How to test database in manually? Explain with an example?
Without using database checkpoints, how you test a sql query in qtp?
Mention different types of joins?
What is the database trigger, how to verify the trigger is fired or not and can you invoke trigger on demand?