1 / 7

Test Automation Framework

Test Automation Framework. Developing Test Cases for Automation by Greg Annen. Building the Case for Tests. Test Case Template. Typical Manual Test Case:. Test Case Template (automation). Keyword-Driven Framework Test Case:. Imported into QTP SungardAction script’s datatable

margarita
Télécharger la présentation

Test Automation Framework

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Test Automation Framework Developing Test Cases for Automation by Greg Annen

  2. Building the Case for Tests

  3. Test Case Template Typical Manual Test Case:

  4. Test Case Template (automation) Keyword-Driven Framework Test Case: • Imported into QTP SungardAction script’s datatable • Keywords are used in the “Action” Column • Objects names and test data are used in the ParamN columns

  5. Test Case Template (automation) Keyword-Driven Framework Test Case - Exploratory: The data in the columns above comes from the application screens. Object information can be extracted using the MS IE Developer Toolbar. The rest are the same as the standard keyword driven test case:

  6. Microsoft IE Developer Toolbar The Internet Explorer Developer Toolbar provides a variety of tools for quickly creating, understanding, and troubleshooting Web pages. It includes several features which enable you to: • Explore and modify the document object model (DOM) of a Web page. • Locate and select specific elements on a Web page through a variety of techniques. • Selectively disable Internet Explorer settings. • View HTML object class names, ID's, and details such as link paths, tab index values, and access keys. • Outline tables, table cells, images, or selected tags. • Validate HTML, CSS, WAI, and RSS Web feed links. • Display image dimensions, file sizes, path information, and alternate (ALT) text. • Immediately resize the browser window to a new resolution. • Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain. • Choose direct links to W3C specification references, the Internet Explorer team weblog (blog), and other resources. • Display a fully featured design ruler to help accurately align and measure objects on your pages. • Find the style rules used to set specific style values on an element. • View the formatted and syntax colored source of HTML and CSS. It’s available here: IEDevToolBarSetup.msi

  7. Microsoft IE Developer Toolbar It’s available here: IEDevToolBarSetup.msi

More Related