自动化测试工具 ruce

码农软件 · 软件分类 · 测试工具 · 2019-11-22 23:42:28

软件介绍

ruce自动化测试工具简介:

1,如测是一个规范化的http接口测试工具,目前支持对http请求的get和post协议测试。
2,如测完成的工作就是对一个或者多个http请求接口的数据校验工作。
3,如测是基于unittest的一个http测试框架,编写测试用例风格与unitest相似。

ruce依赖:

1,引入新的requests包来分析http请求.
2,引入新的模板包jinjia2来处理模板文件。
3,引入yaml包来使用配置文件管理的功能。
4,依赖包均在depends目录中,直接安装上去即可
5,Python版本仅在Python2.7.6版本以上测试,理论2.7版本的均可以使用本包。

本文地址:https://www.codercto.com/soft/d/19587.html

Algorithm Design

Algorithm Design

Jon Kleinberg、Éva Tardos / Addison-Wesley / 2005-3-26 / USD 144.20

Algorithm Design introduces algorithms by looking at the real-world problems that motivate them. The book teaches students a range of design and analysis techniques for problems that arise in compu......一起来看看 《Algorithm Design》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具