Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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