Geeks Talk

Prepare for your Next Interview




qtp

This is a discussion on qtp within the QTP forums, part of the Software Testing category; please explain me the exact automation frame work of QTP...


Go Back   Geeks Talk > Software Testing > QTP

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-14-2008
Junior Member
 
Join Date: Jul 2008
Location: Bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sreenivasrao.r is on a distinguished road
qtp

please explain me the exact automation frame work of QTP
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-14-2008
Expert Member
 
Join Date: Nov 2006
Location: Hyd-IND
Posts: 508
Thanks: 1
Thanked 52 Times in 44 Posts
sutnarcha is on a distinguished road
Re: qtp

Following are the possible automation frameworks in any good automation tool available in market today.

5 major frameworks:
Script Modularity, Library Architecture, Keyword Driven, Data Driven and Hybrid.

Script Modularity is when we create independent automation scripts for each of the functionality, feature etc of the application under test. The logically related scripts are grouped together into modules that can be reused from the main test program.

Library Architecture is when we create functions for most reused features / functionalities in the application under test. A single function library is created to cover all logically related validations of a functionality. Multiple such libraries along with the build-in test tool libraries are associated to the tests in this framework.

Keyword Driven framework is well known to all. This is when all the steps in an action are represented and recognized by keywords along with argument values either static or parameterized.

Data Driven framework is also well known to all. This is when we parameterize the test data input from either as keyboard input, from external/internal files or from application objects themselves.

Hybrid framework is of-course a right combination of the first 4 frameworks.
__________________
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.

-sutnarcha-
Reply With Quote

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved