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

FrontendMasters-JavaScriptTesting-Workshop

Learn the principles and best practices for writing maintainable test applications to catch errors before your product reaches the end user! Follow along with Kent C. Dodds and learn the fundamentals behind tests and testing frameworks, the distinctions of different forms of testing and when to use them appropriately to ensure your tests give yo…

  • Updated Feb 6, 2021
  • JavaScript

This repository provides an end-to-end Playwright automation script for setting up WordPress and WooCommerce. It covers tasks like configuring WordPress, installing plugins, setting up WooCommerce, importing products, managing users, and simulating customer journeys. Optimized for learning and reliable automation.

  • Updated Feb 11, 2025
  • JavaScript