FacebookAppTest

Facebook Page test

Stars
0
Committers
1

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

Related Projects