QA/Execution/Web Testing/Docs/Automation/Testcases/SharedLibraries: Difference between revisions
< QA | Execution | Web Testing | Docs/Automation | Testcases
(Created page with 'Shared libraries documentation') |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Summary of Python modules == | |||
*[[AMOlocators]] contains Xpath and CSS locators for elements on AMO pages. | |||
<blockquote> | |||
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. | |||
</blockquote> | |||
*[[AMOfunctions]] contains functions for elements specific to AMO pages. | |||
*[[generalFunctions]] contains functions applicable for any webpage. |
Latest revision as of 19:10, 15 April 2010
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.
- generalFunctions contains functions applicable for any webpage.