-1

我是 REST API 测试的新手。是否有针对初学者如何测试 REST API 的指南?

我将使用 Rest-Assured 来测试 REST API。请从头开始指导我。

4

2 回答 2

1

It'll be better to provide a bit more information about (let's say) what language or tool do you plan to use. In any case the answers to your question as it is - will be too broad. Here is something to

guide me from the scratch

Hope it helps.

UPDATE:

You can use this rest-assured library, since it’s built to scale to simple and more advanced use cases using detailed configuration, filters, specifications etc. Here is additional tutorial.

Another option is Java DSL - it brings the simplicity of using Rest. Also open-source JUnit extension.

于 2014-10-17T07:40:23.150 回答