Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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**