- Notifications
You must be signed in to change notification settings - Fork0
arya-io/qa-automation
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains an automated test script built usingPython andSelenium WebDriver. The script automates interactions with a demo website, extracting category and product details, simulating cart actions, and searching for items.
- Extracts category items from the website and counts occurrences
- Simulates scrolling and loading dynamic content
- Adds items to the cart and manipulates cart quantities
- Performs a search operation and captures search suggestions
- Takes screenshots of key interactions (cart page, search suggestions)
- Python 3.9.9
- Selenium WebDriver
- Chrome WebDriver (managed by
webdriver_manager) - Other dependencies listed in
requirements.txt
Install the necessary dependencies:
pip install -r requirements.txt
Run the script:
python main.py
The script captures key interactions in the following screenshots:
Cart_Page.pngRemoved_Cart.pngSearch_suggestions.png
This script is designed to work with theZilly WordPress theme demo.
About
Automated web testing script using Python and Selenium to interact with a demo website, performing tasks like extracting categories, managing cart actions, and searching for products.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.