Skip to content

A BDD case using cucumber (Java) INF-321 UNICAMP 2024

Notifications You must be signed in to change notification settings

Douglas019BR/MultiBagsBDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API Testing Automation - Reviews API - Multibags BDD

INF-321 UNICAMP 2024 BDD Activity

Description

This project aims to automate tests for the Reviews API using Java 11, Cucumber, and Maven. The test focus is on review-related endpoints, ensuring their integrity and correct functionality. There are no frontend tests in this project.

Tools Used

Java11 Main language used for test development.

Maven Dependency and project build manager.

Cucumber Framework for writing automated tests in BDD (Behavior-Driven Development).

JUnit Testing framework used as the base for scenario execution.

Relevant URLs

How to Run the Tests

  1. Clone this repository:
git clone https://github.com/Douglas019BR/MultiBagsBDD.git
  1. Navigate to the project folder:
cd MultiBagsBDD
  1. Run the tests with Maven:
mvn clean test

Note

Tests should be executed in the defined order. Although this violates the principle of test independence, this approach was adopted to avoid greater complexity, considering that there is no need for parallel execution.

About

A BDD case using cucumber (Java) INF-321 UNICAMP 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published