# PageObjectModel **Repository Path**: wuyoufeng/PageObjectModel ## Basic Information - **Project Name**: PageObjectModel - **Description**: Page Object Model with - Selenium + Java + TestNG - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-08 - **Last Updated**: 2021-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Page Object model Test automation framework using Selenium with Java, TestNG and Maven- This is a sample project to demonstrate what is page object model framework and how it can used in selenium to automate any application. TestNG is used as test framework. Dependency Java Maven ###libraries used Selenium TestNG log4j Extent Reports ### Steps to clone execute the tests ``` git clone https://github.com/naveenanimation20/PageObjectModel cd PageObjectModel mvn clean test ```