Changes

Jump to: navigation, search

Bugzilla:QA

13 bytes added, 00:22, 5 February 2010
m
Running Selenium scripts
'''Note 1:''' your Bugzilla installation must already exists, and you must already have configured most important parameters (such as the urlbase, cookiepath, and mail_delivery_method* parameters (* set it to 'Test' ideally, unless you really want to get bugmail)).
'''Note 2:''' Before running <em>generate_test_data.pl</em>, make sure that you set parameters in <em>config/selenium_test.conf</em> correctly. This configuration file must match your local configuration, especially the url to your installation (urlbase), as well as the path to your browser ([http://seleniumhq.org/download/ Selenium RC 1.0.1] works like a charm with Firefox 3.5, but not with Firefox 3.6). If you set mail_delivery_method to 'Test', you can define fake user accounts in the config file.
Once the DB is populated, you can start the Selenium server and run our scripts located in t/. To start the Selenium server, you can either run <em>config/selenium_server_start.t</em> (which requires the [http://search.cpan.org/~lukechisso/Alien-SeleniumRC/ Alien::SeleniumRC] Perl module to be installed) or you can type:
java -jar /path/to/selenium-server.jar
Confirm
683
edits

Navigation menu