Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyab1ik/selenide-practice
https://github.com/zyab1ik/selenide-practice
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zyab1ik/selenide-practice
- Owner: zyab1ik
- Created: 2021-09-01T16:02:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T11:18:01.000Z (over 1 year ago)
- Last Synced: 2025-01-14T05:12:51.043Z (22 days ago)
- Language: Java
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium Testing With Selenide. Simple Example
1. Fill out the registration form with random data and submit it for confirmation: [automation-practice-form](https://demoqa.com/automation-practice-form)
2. Add pageObjects to the code
3. Incorporate random value generation using Java Faker into the code.