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

From MozillaWiki
Jump to navigation Jump to search
Line 3: Line 3:
=IDE=
=IDE=
* verifyLocation - use w/regexp; otherwise it'll be absolute (I think)
* verifyLocation - use w/regexp; otherwise it'll be absolute (I think)
** e.g. ...


=PHP=
=PHP=

Revision as of 23:45, 22 October 2009

Here be some Selenium guidelines (mostly for writing, but include running here too).

IDE

  • verifyLocation - use w/regexp; otherwise it'll be absolute (I think)
    • e.g. ...

PHP