How to do fuzzing testing with Selenium
问题 I'm new to Selenium, and also fuzz testing. I see that Selenium IDE only allows the fixed test cases. But then fuzz testing seems to be helpful. So what's behind a fuzz testing, what kind of tests does Selenium offer, is this a black box or white box testing. Any help would be appreciated. 回答1: For a short answer: Selenium is mostly about black-box testing, but you could do some whiter testing also with Selenium. Selenium RC gives you much more freedom to do fuzz testing than Selenium IDE.