首页
社区
课程
招聘
[求助]基于GUI的自动化测试和fuzz测试的关系
发表于: 2019-5-7 20:43 4950

[求助]基于GUI的自动化测试和fuzz测试的关系

2019-5-7 20:43
4950
fuzzing测试可以用来测试GUI,但是发现GUI的测试还有自己的一些方法:(1) capture-and-replay ,(2) visual-based ,(3) traversal-based ;其中涉及到在进行状态转变时选择动作的操作应该可以算是与 monkey testing类似。
但其中维基百科中提到关于 monkey testing 和fuzzing的区别

 “While monkey testing is sometimes treated the same asfuzz testing[4]and the two terms are usually used together,[5]some believe they are different by arguing that monkey testing is more about random actions while fuzz testing is more about random data input”

那是否说明像这里基于动作选择的GUI测试都算是属于 monkey testing这类测试,而不算是基于fuzzing的测试。

比如:TESTAR 是一款针对桌面和Web应用程序的用户界面进行自动化终端用户稳健性测试的工具。它的这种自动化测试算是属于哪种?

TESTAR :https://github.com/TESTARtool/TESTAR




[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//