Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asif-shahriar/selenium-pom-miro
An automation project of Selenium TestNG using Page Object Model
https://github.com/asif-shahriar/selenium-pom-miro
gradle java page-object-model selenium-webdriver testng webdrivermanager
Last synced: about 2 months ago
JSON representation
An automation project of Selenium TestNG using Page Object Model
- Host: GitHub
- URL: https://github.com/asif-shahriar/selenium-pom-miro
- Owner: asif-shahriar
- Created: 2022-06-15T14:15:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T14:59:28.000Z (over 2 years ago)
- Last Synced: 2023-10-23T08:24:13.579Z (about 1 year ago)
- Topics: gradle, java, page-object-model, selenium-webdriver, testng, webdrivermanager
- Language: Java
- Homepage: https://miro.com/signup/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium Page object Model Project
## Test Cases
* Sign up with valid email
* Attempt to sign up with invalid email
* Attempt to sign up with empty email
* Attempt to sign up with empty name
* Attempt to sign up with empty password
* Attempt to sign up without accepting terms and conditions## Prerequisites
* Install jdk 8 or any LTS version
* Configure **JAVA_HOME**
* Download Latest Gradle version and configure **GRADLE_HOME**
* Stable internet connection## How to run this project
* Clone the repo
* Enter your email in the [information.json](https://github.com/asif-shahriar/Selenium-POM-Miro/blob/main/src/test/resources/information.json "information.json") file
* Open cmd in the root folder
* Give following command
```
gradle clean test
```**Enter a new email in the "information.json" file each time you run this project**