Forum Discussion

coffeeguzzler's avatar
coffeeguzzler
New Contributor
5 years ago
Solved

Seeking steps for installing "HTTPBuilder" in ReadyAPI 2.7.0 Pro

To support legacy test code, we need to importfiles from "HTTPBuilder" and "Restassured" such as the statements below. Can anyone provide step by step inetrsuctions for doing that effectivley in ReadyAPI 2.7.0 Pro. 

 

Examples:

import groovyx.net.http.HTTPBuilder
import static groovyx.net.http.Method.GET
import static groovyx.net.http.ContentType.JSON
io.restassured.RestAssured.*
io.restassured.matcher.RestAssuredMatchers.*
org.hamcrest.Matchers.*