QA/Execution/Web Testing/Selenium Guidelines: Difference between revisions

Replaced content with 'You want https://wiki.mozilla.org/QA/Execution/Web_Testing/Docs/Automation/Testcases/Guidelines'
(Replaced content with 'You want https://wiki.mozilla.org/QA/Execution/Web_Testing/Docs/Automation/Testcases/Guidelines')
 
(32 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Here be some Selenium guidelines (mostly for writing, but include running here too).
You want https://wiki.mozilla.org/QA/Execution/Web_Testing/Docs/Automation/Testcases/Guidelines
 
=IDE=
* click vs. clickAndWait - use the latter on anything that requires network activity, but if you use the former on other buttons/links, your script will pause indefinitely
* verifyLocation - use w/regexp; otherwise it'll be absolute (I think)
** e.g. ...
 
=PHP=
Confirmed users
9,511

edits