QA/Execution/Web Testing/Docs/Automation/Testcases/SharedLibraries

From MozillaWiki
< QA‎ | Execution‎ | Web Testing‎ | Docs/Automation‎ | Testcases
Revision as of 21:54, 14 April 2010 by Twsmith (talk | contribs)
Jump to navigation Jump to search

Summary of Python modules

  • AMOlocators contains Xpath and CSS locators for elements on AMO pages.

Purpose:

  • Provide a quick way to define locators for new scripts.
  • Changes to web pages which could break many scripts could be resolved by updating the module.
  • Centralize 'best practices' for locator definition and 'tricks' to address complicated situations.
  • AMOfunctions contains functions for elements specific to AMO pages.