Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

qtp question

This is a discussion on qtp question within the Testing Certification forums, part of the Certification category; what is test frame work...

Go Back   Geeks Talk > Certification > Testing Certification
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 07-22-2009
Junior Member
 
Join Date: May 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
ritu_raje is on a distinguished road
qtp question

what is test frame work
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-23-2009
Expert Member
 
Join Date: Apr 2008
Location: Tamilnadu
Posts: 1,461
Thanks: 15
Thanked 150 Times in 141 Posts
deepasree has a spectacular aura aboutdeepasree has a spectacular aura about
Re: qtp question

Hai friend,

just read the below


1) key word driven testing: the keyword driven framework consists of the basic components given below
1. Control file
2. Test case file
3. Startup script
4. Driver script
5. Utility script

1. Control file a)consists details of all the test scenarios to be automated b)user will be able to select a specific scenario to execute based on turning on or off a flag in the control file c) control file is in the form of an excel worksheet and contains columns for scenario id,execute (y/n),object repository path, test case file path

2. Test case file a)contains the detailed steps to be carried out for the execution of a test case b) it is also in the form of an excel sheet and contains columns for keyword, object name, parameter

3. Startup script a) the starup script is utilised for the initialization and reads the control files b) it then calls the driver script to execute all the scenarios marked for execution in the control file

4. Driver script a) it reads the test case files. Checks the keywords and calls the appropriate utility script functions based on specific keyword b) error handling is taken care of in the driver script.

5. Utility scripts a) perform generic tasks that can be used across applications. It should not be application dependent advantage of framework. * the main advantage of this framework is the low cost for maintenace. If there is change to any test case then only the test case file needs to be updated and the driver script and startup script will remain the same. * no need to update the scripts in case of changes to the application. Also keyword-driven testing is a software testing technique that separates much of the programming work from the actual test steps so that the test steps can be developed earlier and can often be maintained with only minor updates, even when the application or testing needs change significantly.

2) data-driven testing: data-driven testing is a framework where test input and output values are read from data files (datapools, odbc sources, csv files, excel files, dao objects, ado objects, and such) and are loaded into variables in captured or manually coded scripts. In this framework, variables are used for both input values and output verification values. Navigation through the program, reading of the data files, and logging of test status and information are all coded in the test script.

3) modularity-driven testing the test script modularity framework requires the creation of small, independent scripts that represent modules, sections, and functions of the application-under-test. These small scripts are then used in a hierarchical fashion to construct larger tests, realizing a particular test case.

Thanks
Deepa
Reply With Quote
Reply

  Geeks Talk > Certification > Testing Certification

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
php question sunilkumar_godd PHP 2 03-01-2009 02:27 PM
JSP Question mohit pandey Java 1 01-09-2009 05:47 AM
question mezoeljaky Networking 0 12-31-2008 06:29 PM
c question..? kamanianil C and C++ 0 08-07-2007 06:30 AM
SAS Question abdul99 Data Warehousing 0 07-19-2007 05:28 PM


All times are GMT -4. The time now is 06:58 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved