HttpRunner 的结果校验器优化

在测试用例中,包含预期结果这么一项,用于辅助测试人员执行测试用例时判断系统的功能是否正常。而在自动化测试中,我们的目标是让测试用例自动执行,

ApiTestEngine QuickStart

Introduction to Sample Interface Service Along with this project, I devised a sample interface service, and you can use it to familiarize how to play with ApiTestEngine. This sample service mainly has two parts: Authorization, each request of other APIs should sign with some header fields and get token first. RESTful APIs for user management, you can do CRUD manipulation on users. As you see, it is very similar to the mainstream production systems.