https://github.com/md-mostafa/page-object-model_pattern_with_testng_framework
https://github.com/md-mostafa/page-object-model_pattern_with_testng_framework
eclipse mvn pageobject-pattern selenium-webdriver testng
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/md-mostafa/page-object-model_pattern_with_testng_framework
- Owner: md-mostafa
- Created: 2022-11-23T09:55:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T10:58:51.000Z (over 3 years ago)
- Last Synced: 2025-01-11T12:28:06.146Z (about 1 year ago)
- Topics: eclipse, mvn, pageobject-pattern, selenium-webdriver, testng
- Language: HTML
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Page-Object-Model Pattern With TestNG Framework
The following pages are automated :
- Google Search
- Facebook Page
#### 🛠Technology :
1. Tool : Selenium Webdriver
2. IDE : Eclipse
3. Language : Java
4. Build Tool : Maven
5. Testing Framework : TestNg
#### Run the Automation Script by the following command :
```
mvn test
```