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
- Host: GitHub
- URL: https://github.com/aladnansami/website-automation-by-testng
- Owner: aladnansami
- Created: 2022-08-09T18:03:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T20:46:22.000Z (over 2 years ago)
- Last Synced: 2025-01-26T14:11:28.834Z (3 months ago)
- Topics: intellij, junit, selenium-java, selenium-webdriver, testng
- Language: Java
- Homepage:
- Size: 7.91 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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