This repository contains an automation testing framework for testing the Amazon.in website using Selenium and PyTest in Python. The framework follows the Page Object Model (POM) design pattern for better test maintenance and readability.
Contains final key words , values and URL's
Contains the Page Object Model (POM) classes for the web pages under test.
Contains the test cases.
Configuration and fixtures for PyTest.
To run the tests, use the following command in bash:
pytest tests/
Alternatively can use configured IDE with Python, Selenium and PyTest for same