Selenium-Core: Selenium Demos
Overview
The demos exist to allow you to watch the Selenium functional tests
run in your browser. A simple, plain HTML web application has been
created that simply uses links to change pages, and simulate a more
complex web application. The applications could just as easily be JSP,
ASP, PHP or similar.
These demos have been tested to work in Internet Explorer, and
Mozilla-based browsers.
One
really important thing to note - if the browser asks if you'd like
to remember passwords while a Selenium test is running, always choose
"No" or "Never" if you can.
|
Demo 1 - Passing simple tests
Passing Demo where all tests should
pass.
The demo is very simple, you can see its plain HTML source here. The raw tests
scripts to run over that application are here.
Demo 2 - Failing some tests
Failing Demo where some tests
should fail. 'TestClick' should be the only test that passes
successfully.
Similarly, you can see its plain HTML source here and raw test
scripts here.
Demo 3 - Ajax testing
Ajax testing where we use
some Selenium features to test Ajax and some other Javascript functionality. We use some demos in the script.aculo.us
distribution as the AUT.