Skip to content
#

testing-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 7 public repositories matching this topic...

A beginner-friendly project that covers the basics of software testing automation using Python and Selenium. This repository provides a collection of examples and best practices to help you get started with automating web tests, making it perfect for those new to test automation and Selenium.

  • Updated May 17, 2024
  • Python