what is frame work of qtp?

Answers were Sorted based on User's Feedback



what is frame work of qtp?..

Answer / sandipgami84

Hi,
Frame Work is the model or structure we follow for a
Project. It is the approach that we follow to automate the
Project. There are so many types of framework in QTP.

1. Datadriven frame work
2. Keyword driven frame work
3. Module driven framework
4. Hybrid driven frame work

The framework you choose, depends on the model of your
Project. Usually most of projects fall under hybrid driven
frame work.

Datadriven framework: Here we divide the entire project in
to modules and start automation by writing data driven
scripting for each one of them. We will have test data
either in excel sheet or flat files or from database...we
will pass that test data in to the script and perform data
driven testing.

Keyword driven framework:
Firstly we should add the objects to repository( Shared
repository is preferable)
Then we can generate/write scripts for each functionality
and save them as the library files ( .vbs files)
Then we have to associate all these library files(which are
generated to test different funtionalities) to Quick Test.

Module driven frame work: we will divide entire project in
to modules and write functions or procedures for each and
every module and automate the project.

Hybrid driven framework: it is combination of Datadriven
and module driven framework.

Thanks,
Sandip Gami.

Is This Answer Correct ?    10 Yes 0 No

what is frame work of qtp?..

Answer / murali

frame work: its set of assumptions, concepts, and practices
that provide support for automated software testing.

use of frame work:repetitive,reusable,takes lesser
maintenance time in case the application changes,capable
reporting test results as well as errors/defects.

best one hybrid test automation frame work

Is This Answer Correct ?    7 Yes 2 No

what is frame work of qtp?..

Answer / geeta

framwork is a process of development and mangament of
created scripts. For ex....framwork consist of deatils
about result folder (after excuting where to log the
results ),how to allocates task to machine,where to keep
the reusable function,which folder consist of scipts,how to
drive the execution of allocated task etc etc...

Is This Answer Correct ?    7 Yes 3 No

what is frame work of qtp?..

Answer / janaki.bayya

framework is nothing but a folderstructure where we can
store input datas,library files,scripts and exporting the
results.while execution getting inputs and exporting results
should be automatically done inside of the framework.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More QTP Interview Questions

What are SetToProperty, SetRoProperty, GetToProperty scripting?

2 Answers  


How to execute a winrunner script in quicktest professional?

0 Answers  


give the code to count child objects (Total) in the page

1 Answers  


What frame work ur using in QTP in ur current company?

7 Answers   Accenture,


They asked by using qtp recording writing scripting

0 Answers   Wipro,






What are the different types of recording modes?

0 Answers  


Can u tell me example for virtual objects?

2 Answers   Value Labs,


how qtp identifies objects of application.

5 Answers   Intel,


How to Compare two database tables by using QTP?Please give me code details.

1 Answers  


hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve

1 Answers   IBM,


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, as i'm not in a possition to afford any 'Fee' to join in any institutions. Hence, if possible, kinldy mail PDF file to my mail-ID: chakri_avala@yahoo.co.in Regards, Chakradhar Yadav.

95 Answers   Cap Gemini, Citrix, CTS, IBM, Logistics, QA InfoTech,


What is the difference between "call" and "callclose"

1 Answers   Polaris,


Categories