0 votes
in JAVA by

What is true about parameterized test class?

None of the options

Choosing the test method based on parameters passed

Executing the same test with different sets of parameters  

Process of passing arguments to the test methods.

1 Answer

0 votes
by
Executing the same test with different sets of parameters
...