← Back to Course
Lab 4

Lab 4 - Test Automation with Selenium

Lab Repository

yourusername/istqb-lab4-automation

Quick Start

git clone https://github.com/yourusername/istqb-lab4-automation.git

Lab 4: Web Test Automation

Objective

Create automated tests for a web application using Selenium WebDriver.

Setup

pip install selenium pytest

Tasks

  1. Set up Selenium WebDriver
  2. Automate login flow
  3. Test shopping cart functionality
  4. Implement Page Object Model
  5. Run tests in CI/CD pipeline

Deliverables

  • Automated test suite
  • Test execution report
  • CI/CD configuration

ā±ļø Time: 5-6 hours