Parameterized Tests With JUnit | JUnit Tutorial With Selenium | Part V
This is Part V of the JUnit Tutorial for beginners, where Anton Angelov (@angelovstanton) helps you understand the concept of parameterized tests in JUnit and deep dives into how to write a data-driven test with JUnit. By the end of this video, you will know how to leverage data-driven framework with Selenium and Java JUnit framework.
Introduction to JUnit Testing
Creating test to make it data-driven
Understanding the “Private void” method
Using “link locator” in Selenium
Using “wait and find” element to handle dynamic content
How to assert on failed test scenarios
Creating data-driven test
Conclusion