Sunday, 28 January 2024

Explain API Test Automation Framework

REST ASSURED API FRAMEWORK 

Design Pattern 

  • Page Object Model

Languages

  •  Java

Tool

  • Rest Assured

Automation Framework

  • Cucumber

Other Dependencies

  •  Apache POI
  • JsonPath
  • JSON schema validator

Logging 

  • log4j

Reporting 

  • Report portal

CI/CD

  • Jenkins Pipeline

Cypress  API FRAMEWORK 

Language

  • Javascript

Tool

  • Cypress

Reporting

  •     Mocheaswesome



No comments:

Post a Comment

map online shopping status with REST API

  Example Sequence of API Calls Browse products : GET /products View product details : GET /products/12345 Add product to cart : POST /cart ...