Explain what is data driven test?



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

Post New Answer

More Database Testing Interview Questions

What is database testing and what we test in database testing?

1 Answers  


In database testing, what do we need to check normally?

1 Answers  


How do you verify whether a database is updated when passing the data through front end?

1 Answers  


What conditions are to be checked if the data is inserted, updated or deleted using a text files?

1 Answers  


What do you mean by data-driven test?

1 Answers  


Explain database testing?

1 Answers  


What are the possible values for boolean data field.

1 Answers  


What is data driven test?

1 Answers  


How to test database in manually? Explain with an example?

1 Answers  


Without using database checkpoints, how you test a sql query in qtp?

1 Answers  


Mention different types of joins?

1 Answers  


What is the database trigger, how to verify the trigger is fired or not and can you invoke trigger on demand?

1 Answers  


Categories