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

https://github.com/aladnansami/website-automation-by-testng

Automate following scenario: --> 1. Visit this site: http://automationpractice.com 2. Signup 2 users 3. Save user in a JSON array 4. Use any user for search a product and purchase that. 5. Write necessary test cases in an excel file with standard test case format for each modules like signup, login, search and checkout
https://github.com/aladnansami/website-automation-by-testng

intellij junit selenium-java selenium-webdriver testng

Last synced: about 1 month ago
JSON representation

Automate following scenario: --> 1. Visit this site: http://automationpractice.com 2. Signup 2 users 3. Save user in a JSON array 4. Use any user for search a product and purchase that. 5. Write necessary test cases in an excel file with standard test case format for each modules like signup, login, search and checkout

Awesome Lists containing this project

README

        

# Website-Automation-By-TestNG
# Website-Automation-using-Selenium-TestNG-Framework

# Automate following scenario:
### 1. Visit this site:
http://automationpractice.com

### 2. Signup 2 users
### 3. Save user in a JSON array
### 4. Use any user for search a product and purchase that.
### 5. Write necessary test cases in an excel file with standard test case format for each modules like signup, login, search and checkout

# Required
Intellij IDEA(you can use any ide)

# Language
JAVA