我是 REST API 测试的新手。是否有针对初学者如何测试 REST API 的指南?
我将使用 Rest-Assured 来测试 REST API。请从头开始指导我。
我是 REST API 测试的新手。是否有针对初学者如何测试 REST API 的指南?
我将使用 Rest-Assured 来测试 REST API。请从头开始指导我。
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.
Rest-Assured 的入门部分位于
在各种博客上也有很好的指导,比如
并且