0 votes
in JUnit by
What do you mean by parameterized tests in JUnit?

1 Answer

0 votes
by

In the version 4 of JUnit, there is a new feature known as Parameterized Tests. These tests usually allow the developer to run the same amount of tests over and again. In this manner, the suitability of using various values increases considerably.

Related questions

+1 vote
asked May 19, 2020 in JUnit by GeorgeBell
+1 vote
0 votes
asked May 19, 2020 in JUnit by SakshiSharma
...