项目作者: ayazhamiya

项目描述 :
A framework to compare API responses from URIs given in two separate file source
高级语言: Java
项目地址: git://github.com/ayazhamiya/CompareApiResponse.git
创建时间: 2019-09-24T08:40:45Z
项目社区:https://github.com/ayazhamiya/CompareApiResponse

开源协议:

下载


CompareApiResponse

Created this project to Compare response of APIs read from two different files.

** Following assumptions for files containing APIs

  • every single line in the file contains the URI
  • no. of URIs in both files should be same

** Technology Stack

  • java
  • maven
  • TestNG
  • rest-assured

Steps to build & run project

  1. mvn clean
  2. mvn install