Completed
01:13:37 Step 5 - Check TestNG Reports
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Complete Selenium Java Framework with Page Object Model - Step by Step Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Intro
- 2 01:31 Project Setup: Installing necessary tools
- 3 08:58 Create a Maven Project in Eclipse
- 4 23:00 Setup Project Structure POM
- 5 26:39 What is Page Object Model
- 6 31:45 Create Base Test Class
- 7 42:26 Implement Page Object Model POM
- 8 42:38 Step 1 - Under package pages create a java class LoginPage.java
- 9 58:21 Step 2 - Under package tests create a java class LoginTest.java
- 10 01:05:36 Step 3 - Add testng plugin to Eclipse
- 11 01:10:41 Step 4 - Run the test as testng test can also run using mvn test
- 12 01:13:37 Step 5 - Check TestNG Reports
- 13 01:16:20 Create testng.xml file
- 14 1:22:28 Element Locators & Browser Interactions Reference