random-testing

Fuzz test (framework) web application?

浪尽此生 提交于 2021-02-06 02:41:54
问题 Are there frameworks that can perform fuzztesting on WebApplications? I know that Selenium and WebDriver are used to build tests for web-applications, but I am particulary interested in libraries, frameworks or projects that have fuzz-testing built-in, so I do not need to re-invent the wheel. For example, I could benefit from these features: randomized link clicking randomized form filling 'back' and 'forward' clicking random mouse movement and clicking javascript support Does anyone know of

Fuzz test (framework) web application?

风流意气都作罢 提交于 2021-02-06 02:38:10
问题 Are there frameworks that can perform fuzztesting on WebApplications? I know that Selenium and WebDriver are used to build tests for web-applications, but I am particulary interested in libraries, frameworks or projects that have fuzz-testing built-in, so I do not need to re-invent the wheel. For example, I could benefit from these features: randomized link clicking randomized form filling 'back' and 'forward' clicking random mouse movement and clicking javascript support Does anyone know of

Fuzz test (framework) web application?

这一生的挚爱 提交于 2021-02-06 02:31:09
问题 Are there frameworks that can perform fuzztesting on WebApplications? I know that Selenium and WebDriver are used to build tests for web-applications, but I am particulary interested in libraries, frameworks or projects that have fuzz-testing built-in, so I do not need to re-invent the wheel. For example, I could benefit from these features: randomized link clicking randomized form filling 'back' and 'forward' clicking random mouse movement and clicking javascript support Does anyone know of