Skip to content
#

Test automation

Test automation or automated testing as compared to manual testing is a way to write test scenarios beforehand that can be repeatedly executed without involving a human element. This is often done by having a set of test data as input that can be compared to certain expectations. In agile software development approaches, this can be even based on user stories and/or acceptance critera.

Here are 289 public repositories matching this topic...

This github provides a common platform to run rest assured framework project using various methods and API. It also helps in generation of reports using Allure. Maven repositories used are restassured, testng, allure and apachepoi. Data driven & keyword driven framework. User needs to just change API Endpoint, Request Parameters & modify validator

  • Updated Apr 5, 2023
  • HTML

Production-ready test automation framework using Playwright & Cucumber BDD with TypeScript. Features parallel execution, multi-browser support, comprehensive logging, and CI/CD integration.

  • Updated Nov 5, 2025
  • HTML