HTML and CSS Reference
In-Depth Information
Selenium
Selenium is an open source browser-based test tool designed more for functional and acceptance testing than
for unit testing. Unlike with HttpUnit and HtmlUnit, Selenium tests run directly inside the web browser. The page
being tested is embedded in an iframe and the Selenium test code is written in JavaScript. It is mostly browser
and platform independent, though the IDE for writing tests, shown in Figure 2.5 , is limited to Firefox.
Figure 2.5. The Selenium IDE
Search WWH ::




Custom Search