This is a practice repository for test automation execution
This project aims to perform automated testing on a web application using Selenium WebDriver, unittest for the testing framework, and Python as the programming language.
- Python 3.8 or higher
- ChromeDriver
- Clone this repository:
git clone https://github.com/<YourUsername>/test-automation.git
- Install dependencies:
pip install -r requirements.txt
To run all the test cases in the /tests
directory, execute the following command:
python -m unittest discover tests