Skip to content
#

automated-testing

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

In this project, the work was done using the cucumber framework from the blueRentalCar site.Behavior Driven Development (BDD) approach was used, which allows the behavior of a system to be written in colloquial speech. A professional approach was preferred with the sheet object model (pom) structure. At the same time, data was pulled from Excel

  • Updated Aug 21, 2023
  • Java

This library will provide an easy way to analyze the failed and skipped tests in a test run. It will generate an Excel file with the failed and skipped tests against the reason. On the same Excel file, the second and third tabs contains the failure and skipped tests grouped under the reason.

  • Updated Sep 26, 2021
  • Java