Multiple choice technology testing

Data driven test is used to test the multiple data in a data-table, using this we can easy to replace the parameters in the same time from different locations.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Data-driven testing enables running the same test with multiple input sets from external sources like data tables. This approach efficiently tests various scenarios by replacing parameters with different values from structured data sources.