Skip to content
View wuchaojie's full-sized avatar
Block or Report

Block or report wuchaojie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. python_httplib_request python_httplib_request Public

    基于httplib 库测试脚本。 程序功能:读取excle表格用例,通过HTTP接口发送到服务端;服务端返回结果后,接收服务端response返回结果写回excle表格,与期望值作比较,得出PASS或者FAILED结论(测试中生成LOG日志方便调试问题)(如果不读取excle用例,也可以将测试用例写到unittest框架中测试)

    Python 3 1

  2. seleum seleum Public

    web自动化测试框架,已在实际项目中推广使用。功能:seleum模拟人对网页的操作(对标签的点击,输入等),并生成测试报告。下载更改login网址即可使用(由于每个网址CSS标签设计不尽相同,框架中通过xpath和id去定位的地方,都需要修改,所以此项目仅供使用者作参考)

    Python 1 3

  3. LOCKTEST LOCKTEST Public

    zookeeper的分布式锁实现。 基于顺序的临时节点,每个节点对前一个节点进行监听,避免羊群相应。

    Java