什么是自动化REST api的最佳方法

时间:2016-08-24 07:20:12

标签: rest api selenium automation minitest

我正在尝试自动化REST api方法。我想知道哪种方法可以自动使用java+Selenium+httpClient或使用ruby+minitest

请帮助......

2 个答案:

答案 0 :(得分:0)

而不是在java中使用httpclient,最好使用Jersey Clients [Jax-RS实现]。以下链接将帮助您熟悉Jersey客户端。 https://jersey.java.net/documentation/latest/client.html

http://howtodoinjava.com/jersey/jersey-restful-client-examples/

答案 1 :(得分:0)

你可以看看这个。 https://api-bot.com/ 它从架构文件构建 API。