Bugzilla:QA: Difference between revisions

Jump to navigation Jump to search
74 bytes removed ,  9 December 2006
m (Testopia for tracking tests, selenium isn't perfect)
Line 9: Line 9:


==== Scripts run from a web browser ====
==== Scripts run from a web browser ====
This is the easiest way to use Selenium. After having downloaded and untar'ed the tarball (latest version so far is 0.6.0), scripts simply consist of a table with three columns (command, field, value). The commands available are described [http://www.openqa.org/selenium/seleniumReference.html here] and a template is available in [https://bugzilla.mozilla.org/show_bug.cgi?id=317695 bug 317695] (template.html), as well as a useful Javascript file for most common actions (user-extensions.js).
This is the easiest way to use Selenium. After having downloaded and untar'ed the tarball (we still use version 0.6.0 despite 0.8.1 is out, for compatibility issues), scripts simply consist of a table with three columns (command, field, value). A template is available in [https://bugzilla.mozilla.org/show_bug.cgi?id=317695 bug 317695] (template.html), as well as a useful Javascript file for most common actions (user-extensions.js).


[http://openqa.org/selenium-ide/ selenium-IDE]([https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&category=Newest&numpg=10&id=2079 amo], formerly [http://seleniumrecorder.mozdev.org/ Selenium Recorder]) is a Firefox extension which writes scripts for you. It records your actions and converts them into a valid Selenium script. If you decide to install this extension, you don't need to install Selenium separately; everything is included in the XPI package (257 Kb in size; samples and docs are not included though).
[http://openqa.org/selenium-ide/ selenium-IDE] ([https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&category=Newest&numpg=10&id=2079 amo], formerly [http://seleniumrecorder.mozdev.org/ Selenium Recorder]) is a Firefox extension which writes scripts for you. It records your actions and converts them into a valid Selenium script. If you decide to install this extension, you don't need to install Selenium separately; everything is included in the XPI package (samples and docs are not included though).


==== Scripts called by a Perl program ====
==== Scripts called by a Perl program ====
Confirmed users
683

edits

Navigation menu