fuzz rest api:将基于属性的测试快速检入到REST API的模糊器中 源码
维基百科将Fuzzing定义为: 模糊测试或模糊测试是一种自动软件测试技术,涉及提供无效,意外或随机数据作为计算机程序的输入。 然后监视程序是否发生异常,例如崩溃,内置代码断言失败或发现潜在的内存泄漏。 该存储库将基于属性的测试框架(称为派生到模糊系统中。 在本地运行此代码的步骤: git clone https://github.com/dubzzz/fuzz-rest-api.git cd fuzz-rest-api npm install npm run start # launch a webserver on port 8080 npm run test # run the
文件列表
fuzz-rest-api-master.zip
(预估有个11文件)
fuzz-rest-api-master
.gitignore
26B
.babelrc
58B
package.json
861B
package-lock.json
153KB
src
server.js
2KB
LICENSE
1KB
README.md
8KB
test
暂无评论