Overview
This documents cover the core and essential knowledge on Selenium using Java, maven, serenity with Eclipse as the IDE targeted for real life test cases of Wordpress CMS.
Selenium Scenario Components
Important concepts
- Actions APIs
- Interactions with web pages
- Navigate the browsers
- Find elements on web pages
Development Environment
Setup development environment
Wordpress Demo Project on localhost
Install Wordpress using docker on localhost
Test Cases
The list of ongoing test cases
- Login (valid and invalid credentials)
- Add new users
- Post a new blog
Test Codes
- Login with a valid username/password
- Login with an invalide username/password
- Add a new Wordpress user
- Publish a new blog post
Guidelines/Tutorials/Notes
- Wait strategies in Selenium
Related Resources