Completed
00:00 *TOPICS*
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Data-Driven Testing with Selenium Using Excel
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 *TOPICS*
- 2 01:17 STEP 1 - Add Apache POI Dependency to pom.xml Update maven project mvn clean install
- 3 03:44 STEP 2 - Create an Excel File TestData.xlsx Add test data
- 4 08:19 STEP 3 - Create ExcelUtils.java to Read Data
- 5 22:23 STEP 4 - Modify LoginTest.java to Use Data from Excel
- 6 36:05 STEP 5 - Run tests and check reports
- 7 40:55 How to get data from a data provider method
- 8 41:32 STEP 1 - Create a data provider method and annotate with @DataProvidername = "LoginData"
- 9 44:48 STEP 2 - Annotate the test function to use this data provider
- 10 45:50 How to get data from testng.xml
- 11 47:21 STEP 1 - Modify testng.xml to Pass Parameters
- 12 49:58 STEP 2 - Use @Parameters in LoginTest.java
- 13 52:57 Ending