Selenium IDE
The Selenium IDE
is an add-on to Firefox.
At a basic level it
allows us to:
• Record user
actions when browsing in Firefox
• Replay recorded scripts
• Convert recorded
scripts into programming languages such as Java,Ruby, and more
• Add verification and
synchronization steps to the script during the recording process
The IDE provides
excellent support for writing automated test scripts in Selenium and gets
better with every release.
In this text we
will focus on its use as an aid to writing automated test scripts in Java,
rather than as a test tool in its own right.
For more information on
Selenium IDE visit:
• Official Selenium IDE
site - http://seleniumhq.org/projects/ide/
0 Comments