Skip to content
#

Test automation

Test automationorautomated testingas 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 227 public repositories matching this topic...

Framework is a hybrid of data driven & keyword driven -Github maintains all source code at once place for project using various methods and API. Helps in generation of reports using Allure. Maven repositories used are restassured, testng, allure. User needs to just change aruguments in repository and testcase as per requirement

  • Updated Sep 10, 2024
  • HTML

Swag Labs Test Automation is a framework for automating tests of the Swag Labs eCommerce website. Built with Selenium WebDriver and Java, it uses Page Object Model (POM) for clean code, TestNG for test management, and ExtentReports for detailed reporting. Technologies: Selenium WebDriver, Java, TestNG, ExtentReports Design Pattern: POM

  • Updated Sep 5, 2024
  • HTML