This repository contains sample Selenium automation scripts created as part of the AIVOA Round 1 QA assignment.
- TC003: Mandatory field validation on deviation form
- TC004: Form submission with valid data
- Selenium WebDriver
- Python
- ChromeDriver
- Install Python 3.x
- Install Selenium: pip install selenium
- Ensure ChromeDriver is installed and added to PATH
- Run the scripts individually: python tc003_mandatory_validation.py python tc004_form_submission.py
- These scripts focus on high-risk, repetitive scenarios.
- The purpose is to demonstrate automation approach and structure.