Lab 4: Web Test Automation
Objective
Create automated tests for a web application using Selenium WebDriver.
Setup
pip install selenium pytest
Tasks
- Set up Selenium WebDriver
- Automate login flow
- Test shopping cart functionality
- Implement Page Object Model
- Run tests in CI/CD pipeline
Deliverables
- Automated test suite
- Test execution report
- CI/CD configuration
ā±ļø Time: 5-6 hours