postman-code-generators
postman-code-generators copied to clipboard
Kindly provide support to generate code in Java Using Rest Assured
There is support for Java UniRest and Java OkHttp, but there is no support for Java Rest Assured which is widely used java library to test Rest APIs
@joinsaad Can you please share some stats in support of your request?
Rest Assured is constantly featured as one of the top tools/libraries when automating APIs. Here are some links Listed at number 1 here in open source API automation tools. https://techbeacon.com/app-dev-testing/11-top-open-source-api-testing-tools-what-your-team-needs-know
Number 5 according to Joe Colnatonio https://testguild.com/12-open-source-api-testing-tools-rest-soap-services/
Listed at number 7 in the list of all commercial and open-source API automation tools. https://medium.com/@alicealdaine/top-10-api-testing-tools-rest-soap-services-5395cb03cfa9
In short, whenever Postman is listed on any list, the Rest-Assured is also present there. Even though its a java library but the ease of writing code in that is amazing and much better than okHttp and UniRest.
Is there any update on when this feature can be available ?