Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supriya1011/facebookapptest
Facebook Page test
https://github.com/supriya1011/facebookapptest
bdd cucumber java selenium testng
Last synced: 25 days ago
JSON representation
Facebook Page test
- Host: GitHub
- URL: https://github.com/supriya1011/facebookapptest
- Owner: supriya1011
- Created: 2024-09-08T17:04:27.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T17:17:33.000Z (about 2 months ago)
- Last Synced: 2024-10-11T18:21:58.829Z (25 days ago)
- Topics: bdd, cucumber, java, selenium, testng
- Language: Java
- Homepage: https://www.facebook.com/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Facebook Login Page Automation Test
This project contains an automated test suite for verifying the functionality of the Facebook Login page using Selenium WebDriver. The test suite follows the Page Object Model (POM) design pattern, which separates the test logic from the page elements, ensuring modularity and maintainabilitysrc/test/java/
├── features/
└── social_media_tests.feature
├── stepDefinitions/
└── SocialMediaSteps.java
├── pages/
└── LoginPage.java
└── NewsFeedPage.java
└── PostCreationPage.java
└── MessagingPage.java└── TestRunner.java