https://github.com/aladnansami/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
https://github.com/aladnansami/website-automation-using-selenium-testng-framework
automation java selenium web-automation
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-using-selenium-testng-framework
- Owner: aladnansami
- Created: 2022-08-13T14:20:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T20:53:20.000Z (almost 4 years ago)
- Last Synced: 2025-03-21T19:31:09.672Z (over 1 year ago)
- Topics: automation, java, selenium, web-automation
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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