Bugzilla:QA: Difference between revisions

28 bytes removed ,  5 February 2010
m
m (→‎QA team: grammar fix)
Line 12: Line 12:
Till Bugzilla 3.0.x, Selenium tests were all written in HTML, which were the executed from a web browser. It has been decided for Bugzilla 3.2 RC1 and newer to convert them to Perl, giving us more flexibility and control. We no longer write test scripts in HTML.
Till Bugzilla 3.0.x, Selenium tests were all written in HTML, which were the executed from a web browser. It has been decided for Bugzilla 3.2 RC1 and newer to convert them to Perl, giving us more flexibility and control. We no longer write test scripts in HTML.


All our current Selenium scripts can be downloaded using bzr. For instance, to download Perl scripts for Bugzilla 3.4, type:
All our current Selenium scripts can be downloaded using bzr. For instance, to download Perl scripts for Bugzilla 3.6, type:
  bzr co bzr://bzr.bugzilla.org/selenium/3.4
  bzr co bzr://bzr.mozilla.org/bugzilla/qa/3.6


Other available branches are listed [http://bzr.bugzilla.org/selenium/ here].
Other available branches are listed [http://bzr.mozilla.org/bugzilla/qa/ here].


Users having write access to our bzr repository must use this command:
Users having write access to our bzr repository must use this command:
  bzr co bzr+ssh://your_login@bzr.bugzilla.org/var/www/html/bzr/selenium/3.4
  bzr co bzr+ssh://your_login@bzr.mozilla.org/bugzilla/qa/3.6
where your_login is your user account name on landfill.
where your_login is your LDAP account.


'''Note:''' Do not expect the HTML scripts to work as is. They were based on a given test installation on landfill having some given user accounts, products, components and parameters, and so they won't run on a fresh test installation. They are only available so that you can see what we did till Bugzilla 3.0.
'''Note:''' Do not expect the HTML scripts to work as is. They were based on a given test installation on landfill having some given user accounts, products, components and parameters, and so they won't run on a fresh test installation. They are only available so that you can see what we did till Bugzilla 3.0.
Confirmed users
683

edits