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
To answer more on if Selenium is black or white box.
Definitions about black-box and white-box
But in real life, you cannot do ALL input-output pairs, nor ALL execution paths, because you always have limited resources in
With selenium: you mimic the user by entering a value or do a certain click on a web application, and you wait if the browser gives you the behavior you want. You don't know and don't care how the inner functionality of the web application actually work. That's why a typical Selenium testing is black-box testing