测试脚本和框架代码分离的轻量级接口自动化框架: 1、能够管理系统公共的数据,系统发生变化后方便切换 2、能够实现接口层级的复用,提高接口自动化脚本的可维护性 3、能够实现接口之间的关联,也就是需要结果提取器 4、能够操作数据库处理数据(预制数据、清理垃圾数据) 5、能够实现测试用例集的前置后置步骤(类似unittest的setupclass和teardownclass) 6、能够实现测试用例的前置后置步骤(类似unittest的setup和teardown) 7、各种灵活的预期结果比较器 8、测试脚本和框架代码完全分离,懂接口测试但是不懂代码的人一天即可完全掌握,超低的学习使用成本 9、支撑http/https协议的接口测试
☆11Mar 25, 2021Updated 5 years ago
Alternatives and similar repositories for interface_auto_test
Users that are interested in interface_auto_test are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Django Auto Test☆11Aug 25, 2019Updated 6 years ago
- go实现的http性能压测工具,主要应对应用层设备的性能测试☆13Dec 1, 2025Updated 4 months ago
- 性能测试平台☆23Oct 25, 2018Updated 7 years ago
- python接口自动化测试框架,使用excel管理测试用例,客户端操作。