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 inReadyAPI 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.*Solved1.7KViews0likes2CommentsQA Complete and Test Complete Integration
Hi, I have two queries on QA Complete and Test Complete Integration Query1: I installed the required Agent for Bridging Connection between QA Complete and Test Complete(Agent20.exe). I was able to zip up the project suite and Add it to one of Test cases I created under Test Library in QA Complete. The run went fine with Test complete getting invoked, running the test and closing it. Now if i have 10 keyword test cases under my project suite its still mapped to single test case in QA Complete. Is there a way by which we can create multiple Test cases and link it one suite under QA Complete. Query2. We have a hybrid framework using VB scripting that we have customized on Test Complete. Now the test run happens in batch and the results are updated in an Excel Report. Is there a way by which we can tell thecode to directly update the results in QA Complete for that particular testcase. Like we have in QTP->ALM Awaiting Support1.8KViews0likes3CommentsHow to use 'projections' in SwaggerHub API definition properly?
I have the same resource and the same verb (GET), but would like to get different attribute sets as a response. How do I have to use 'projections' properly to be able to enter various GETs for the same resource? Or is 'projection' the wrong way? Or is there another better way?3.2KViews0likes3Comments