what is the framework followed by ur company in qtp

Answers were Sorted based on User's Feedback



what is the framework followed by ur company in qtp..

Answer / murali raju

framework is like a folder architecture.make it one folder
for one project.In that folder so many subfolders are
there...like scripts for one folder,object repository for
one folder,functions for one folder,test data for one
folder,test results for one folder,Recovery senarios for
one folder.

Script folder contains ---------> .MTS files
OR folder contains ------> .TSR or .BDB or .MTS
Function folder contains -------> .VBS or .TXT files
Test Data folder contains -------> .XLS or .XML or .TXT
Test Result folder contains --------> .XML or .XLS files
Recovery Folder contains --------> .QRS files

The above all extensions of the appropriate
files..all project related files put in one folder...ok..na

Is This Answer Correct ?    3 Yes 2 No

what is the framework followed by ur company in qtp..

Answer / satyanarayana

In my company we are using datadriven and keyword driven
frame work.
which means it is hybrid frame work.

The process followed is

first of all we have to create the required folder structure.
And then we prepare our scripts .After this we enhance our
scripts using parameterisation,recovery scenarios etc.Then
we save the scripts in script files using .mts
extension.Repository files using .tsr extension,library
files with .vbs extention,recovery files with .qrs
extension.Then we take new test and associate all the
required files to the current test. Then using datatable we
will mention the key words in it.Then in qtp test pane we
write the required script and we will execute the script
using the functions prepared in library files based end to
end scenario.

Is This Answer Correct ?    1 Yes 0 No

what is the framework followed by ur company in qtp..

Answer / sravan

First of all framework is the architecture for creating
Automated scripts.

There are four types of frameworks
Key word driven framework - tool dependent for ex QTP
keyword view

Test modular framework - modular in the sense you break
entire funtionality in to modules so that change requests
can be easily incorporated and can also make actions or
functions reusable

Data driven framework - this framework is used when ever
large data input is used to control the flow of the
application for ex if you have required fields in the
application and next page is displayed based on the data
you enter in the first page,

Test library framework: this is again kind of modular
framework but instead of creating code in the script,
library files and dll files are created and included in the
script

Hybrid test framework: a combination of all the above
frameworks is considered as Hybrid.

Is This Answer Correct ?    1 Yes 0 No

what is the framework followed by ur company in qtp..

Answer / gaurav gupta

Framework is architecture you are using to make the QTP
script. It can be many type like Data driven, Using
Reusable functions and some more....but usually most of the
companies follow hybrid (combination of all the all the
framework) as per the need.

Is This Answer Correct ?    0 Yes 0 No

what is the framework followed by ur company in qtp..

Answer / saff

satyanarayana thanks alot for ur answer

and all other guys plz read the question and answer

the question is not to define the framework

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

While recording a login window QTP is identifying only parent window,then how can u identify the child objects.

2 Answers   Symphony,


Please Explain The QTP real Testing process with steps.

4 Answers  


In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data

2 Answers  


what is the main process in QTP?

3 Answers   Ordain Solutions,


How does Parameterization and Data-Driving relate to each other in QTP?

2 Answers  






how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage

2 Answers  


i have an array CAPGEMINI .....Here i need to check whether G is there or not ..how to do that and friends i have one big doubt that is whether it is array or string ,how we come to know that and where we consider that it's array ,where we consider that it's an string because when i want to find the length i have big doubt whether we need to use len function or ubound ... ans me for this TWO Questions any one please

7 Answers   Cap Gemini,


What are the recording modes and executing modes avialble in QTP?

3 Answers   Polaris,


If created one virtual object? Next time I changed the window position will it work?

0 Answers  


In QTP what is the difference between Step-in, Step-out, Step-over ?

3 Answers   CTS,


Hi any body can tell me the in detaled information about Description.Create() thanks in advance

2 Answers  


How can we change the .mtr file to .tsr file and vice-versa

3 Answers   Wipro,


Categories