Are there frameworks that can perform fuzztesting on WebApplications? I know that Selenium
and WebDriver
are used to build tests for web-applications,
Unfortunately there is (now = September 2013) almost no general purpose Fuzz testing tool using Selenium. But luckily you could implement your own specialized fuzz tool.
Requirements:
I have written more extensively on this Fuzz Selenium test in here