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 3,682 public repositories matching this topic...

PANTHER

This tool presents a novel approach to bolstering network protocol verification by integrating the Shadow network simulator with the Ivy formal verification tool to check time properties. Furthermore, it extends Ivy’s capabilities with a dedicated time module, enabling the verification of complex quantitative-time properties.

  • Updated Jun 2, 2024

The Campus Mersys Testing Project is an automated testing suite dedicated to ensuring the reliability and functionality of the CampusMersys platform. It covers various features such as user registration, course management, assignment submissions, and more. The project is built using Java, Selenium WebDriver, Cucumber, TestNG, and other technologies

  • Updated Jun 2, 2024
  • Java