lkumarra / BestBuy_API_BDD_Java

BestBuy Demo API Automation Using RestAssured with Database Verification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##RestAssured Framework with Cucumber, ExtentReport, POJO Classes, and Database Connection This is a sample RestAssured framework using Cucumber, ExtentReport, POJO Classes, and Database Connection. The framework uses RestAssured library to automate REST APIs testing, Cucumber for BDD approach, ExtentReport for reporting, POJO Classes for request and response, and JDBC Connection for database operations.

Requirements To use this framework, you need to have the following software installed on your machine:

  • Java JDK 8 or later
  • Maven
  • RestAssured
  • Cucumber
  • ExtentReport
  • Any IDE for Java, preferably Eclipse or IntelliJ IDEA.
  • Sqllite Database
  • Project Structure

About

BestBuy Demo API Automation Using RestAssured with Database Verification.


Languages

Language:HTML 56.2%Language:Java 38.9%Language:Gherkin 4.9%