fuzz-rest-api:将基于属性的测试快速检入到REST API的模糊器中

时间:2024-02-26 17:46:12
【文件属性】:

文件名称:fuzz-rest-api:将基于属性的测试快速检入到REST API的模糊器中

文件大小:40KB

文件格式:ZIP

更新时间:2024-02-26 17:46:12

rest-api quickcheck property-based-testing fuzzing fast-check

*将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
----.gitignore(26B)
----.babelrc(58B)
----package.json(861B)
----package-lock.json(153KB)
----src()
--------server.js(2KB)
----LICENSE(1KB)
----README.md(8KB)
----test()
--------inferPayloadArbitrary.js(1KB)
--------asyncHttp.js(1KB)
--------fuzz.js(1KB)
----.prettierrc(73B)

网友评论