2

有没有办法,或者是否有一个网站可以针对另一个 REST 服务器运行测试用例?在“测试者”网站上,你会说:在这个 URI 上执行这个 PUT,使用这个身份验证机制,使用这个 JSON 字符串,这个头等等。如果结果包含 XYZ,那么认为它是成功的,否则认为它是失败的...

其他用户应该能够添加新的测试用例和编辑现有的测试用例。

我想在编写 wiki、google app engine、selenium 等的组合之前检查一下。

谢谢。

4

1 回答 1

0

Its not what you probably search for, but still probably worth the check: SimpleTestIO

That project's goal is to be easier than Selenium and easy to use. In the future will be probably paid.

Disclaimer: I am not connected with the page, just found it while researching for Selenium alternatives

于 2012-05-04T08:48:26.117 回答