Skip to content
DevOps

Selenium Testing Platform

Automated browser test framework with parallel execution and CI/CD integration.

Role
Built the framework

Overview

A test automation framework for web applications. Built on Selenium and TestNG with Maven, it runs browser suites in parallel, produces HTML reports and plugs into CI/CD pipelines so regressions surface on every build rather than on release day.

What I built

  • A Maven-based Selenium framework with TestNG orchestration.
  • Parallel test execution across browser sessions.
  • HTML reporting for suite results.
  • CI/CD pipeline integration.

Engineering highlights

  • Parallel execution to keep suite runtime workable.
  • Reports designed to be read from a pipeline, not a local machine.
  • Integrated into CI/CD rather than run ad hoc.

Technology stack

  • Java
  • Maven
  • Selenium
  • TestNG

Related projects