Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atiarmridul/ecommerceautomationwithwdio
https://github.com/atiarmridul/ecommerceautomationwithwdio
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atiarmridul/ecommerceautomationwithwdio
- Owner: atiarmridul
- Created: 2024-06-27T05:19:58.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T16:56:03.000Z (4 months ago)
- Last Synced: 2024-09-16T20:47:38.802Z (4 months ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is a personal project with WebDriverIO
My Test Website is: https://magento.softwaretestingboard.com
There are 5 test files in my project.
They are the following:
**test.reg.js:** I automate the registration process here by grabbing the registration form elements and set values in the elements.
**test.login.js:** I automate the login process here by grabbing the login form elements and set values in the elements.
**test.surfing.js:** I visited my website page, grabbed some elements on the home page, and did some actions (scrolling window, tab change) on the grabbed elements here.
**test.product_purchase.js:** I completed the product purchase journey here by grabbing elements from the page, grabbing a product, adding to the cart product, and purchasing the project by filling up the shipping info form.
**test.login_purchase.js:** I automated the login process and completed the product purchase journey here.