9:46 AM

What is Parameterizing Tests?

What is Parameterizing Tests?

When you test your application, you may want to check how it performs the same operations
with multiple sets of data. For example, suppose you want to check how your
application responds to ten separate sets of data. You could record ten separate
tests, each with its own set of data. Alternatively, you can create a parameterized
test that runs ten times: each time the test runs, it uses a different set of
data.

0 comments: