JUnit: A Little Beyond @Test, @Before, @After
Looks like JUnit 4 has a feature that I find incredibiliy useful in TestNG. Its the ability to invoke a single test method many times with different arguments. This is very useful to invoke the test method passing in input parameters and expected results.
Looks like JUnit 4 has a feature that I find incredibiliy useful in TestNG. Its the ability to invoke a single test method many times with different arguments. This is very useful to invoke the test method passing in input parameters and expected results.