Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is qtp automation frame work,what is the use of that
frame work?

Answers were Sorted based on User's Feedback



what is qtp automation frame work,what is the use of that frame work?..

Answer / pavankumar

FrameWork, depends on the company, helps in executing all
the automation process in a systematic procedure.

As an example, in one model, Frame work is designed in such
a way that it handles almost every situation

1) Maintaining the scripts should be Reusable
2) Retrieving the Execution History either in a
notepad/excel, for further references
3) Recovery Scenarios
4) Defect Report
,,,,,,,,,,,,,,,,,,,,,,the list keeps on going

Strictly FrameWork selection depends on the company's
profile, Individual's experience and the project's nature.

Is This Answer Correct ?    1 Yes 2 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / manos

Frame work as in the name specifies the work we do as
testers is defined in an approach and again an approach is
a set of steps defined to perform particular task(here is
is testing automation).
Finally fram work is defined to perform the defined task
(automation testing)in a procedural way.

Is This Answer Correct ?    1 Yes 2 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / vamsi

Automation Framework: it is a set of rules and regulations
that are proven and agreed by the experts. It should create
the route map to the Automation engineer to make the project
automation.

Is This Answer Correct ?    1 Yes 2 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / anil

Framework is a wrapper around complex internal architecture
which makes end user to interact with the system easily. It
also define guidelines and set standards for all phases of
ADLC (Automation Development Life Cycle). This “Dual
Function” (Hybrid) framework is a combination of three
frameworks (Functional Decomposition, Data Driven, Keyword
Driven) and (reusable, advanced error logic, custom QTP
methods, dual function) techniques.

Is This Answer Correct ?    1 Yes 2 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / ganeshbabu

Automation framework is a structured approach to test an
application. It provides the systematic folder structure
containing the library files, user defined functions, data
driven files and etc. It's Classified into two types, data
driven,key word, and combined of these two is called hybrid
frame work.. In industry most of the applications are using
data driven frame work.

Keeping the all the input files in a spread sheet and
running the driver script will help to import the data to
the application.

Is This Answer Correct ?    13 Yes 15 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / uma

It is an automatic setting of script.

Is This Answer Correct ?    3 Yes 5 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / bharath marrivada

Look into my blog
http://bharath-marrivada.blogspot.com/
for more information about hybrid framework.

Is This Answer Correct ?    0 Yes 2 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / chintu

automation frame works, just simplifies the complex
problems and gives effective result, so that any one even
after our roles can understand, provided he shud be a test
automation engineer as well

Is This Answer Correct ?    1 Yes 3 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / nandeesh kumar

Automation frame work is the folder structure to execute the
test scripts. In which we will specify the test scripts to
be execute in one shot.
It will be having folder structures to keep test scripts to
be execute, Result folders to view results after execution
and the scripts(.vbs) which does these activities.
Test scripts can be keep in excel or in Quality center as
per the company standards. Result folder contains excel
sheet where status(pass\fail) of each and every step of all
the test cases will be created.
eg:You can specify the 30 scripts to be execute in excel
sheet and associate .vbs files and run. so that all result
will generate in result folder after execution. No need of
stopping execution at any point of time. Just analyze the
result after execution stops.

Is This Answer Correct ?    0 Yes 2 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / prashant

Automation Framework is the architecture based on which
automation for a particulat piece of work is decided.This
architecture decides which tool to use,which coding to
use,what do code and what are the important functionalities
to automate.

Framework is nothing but the core architecture for any
application.it is simillar to a plan but only difference is
that it decides the technical aspects of the project.

Is This Answer Correct ?    10 Yes 13 No

Post New Answer

More QTP Interview Questions

During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.

2 Answers   Wipro,


why is execute file used.

1 Answers   Deloitte,


in real time when we are creating the script by default it is going to save in action object repository or not any way my question is in one of my interviewer said that in real time the default object repository is action object repository and by using quick test plus they are going to merge is it correct i said that by selecting the object repository as shared one in selecting the test>>settings>>resources but she is not convinced what is the correct one

1 Answers   DigiTech, Infotech,


Limitations in QTP?

0 Answers   CIL,


write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?

1 Answers  


What are the types of Object Repository’s in QTP?

1 Answers   Crea,


explain structured testing? plz guys with exp. do answer

0 Answers  


How cookies can be tested in QTP?

2 Answers   Deloitte, TCS,


What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?

5 Answers  


What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?

0 Answers  


i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api

0 Answers  


How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.

2 Answers   Wipro,


Categories