https://github.com/supriya1011/facebookapptest
Facebook Page test
https://github.com/supriya1011/facebookapptest
bdd cucumber java selenium testng
Last synced: 5 months ago
JSON representation
Facebook Page test
- Host: GitHub
- URL: https://github.com/supriya1011/facebookapptest
- Owner: supriya1011
- Created: 2024-09-08T17:04:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T17:17:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T23:11:18.683Z (over 1 year 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 maintainability
src/test/java/
├── features/
└── social_media_tests.feature
├── stepDefinitions/
└── SocialMediaSteps.java
├── pages/
└── LoginPage.java
└── NewsFeedPage.java
└── PostCreationPage.java
└── MessagingPage.java
└── TestRunner.java