Hi everybody, Can anybody tell me that how the QTP
frameworks are implemented . I wanted to know with examples
. Thanks in advance

Answers were Sorted based on User's Feedback



Hi everybody, Can anybody tell me that how the QTP frameworks are implemented . I wanted to know wi..

Answer / d.radhika

HI! I dont have total idea on frame works.but i can say
some thing about framework
Framework is not a folder structure.its a base line
environment(necessity)
Uses of framework:
1)Every body access the data(ex:if we regine the
job,upcoming employee acess our system, then he/she will
unerstood our worked data using framework
2)Processing speed is very high
3)Time saving and any where we can access the frameworks
QTP 9.2 provides frameworks are 4 types

1)Linear framework
i)Recording play back framework
ii)Inserting check points

2)Action driven framework
i)Re-useable actions
ii)Non-reuseable actions

3)Keyword driven framework
(user defined functions)

4)Data driven framework
i)Testdata from keyboard
ii)Testdata from flat file(notepad)
iii)Testdata from Excellsheet)

Is This Answer Correct ?    5 Yes 1 No

Hi everybody, Can anybody tell me that how the QTP frameworks are implemented . I wanted to know wi..

Answer / srinvias

Frame work is an independent of the application. All the
store information in the frame.all the data store in frame
work like
My folder structure is
Action templets
data
log
environment variable
library
object repositary
scripts.... all the data store in the particular folder
frame work can be classified into 6 type, these typews

linear frame work
action or modular frame work
data driven frame work
hydrid frame work
keyword driven frame work
library frame work

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)

2 Answers   CFC, CTS,


How to find local host name using QTP?

6 Answers  


Suppose I want to use Index value of "WinEdit" in my script .But it is showing None in "Ordinal identifier" value of Testobject Details in the Object Repository.How to enable Ordinal Identifiers to capture the Index value of that particular WinEdit. I have selected "index" and clicked "OK" from Tools-> Object Identification Again I added same WinEdit to the Object repository But I did not get Index value..Please any one help me.How to enable Ordinal indentifiers

1 Answers  


How to connect to data base?

2 Answers  


how do u copy object repository?

1 Answers  






How can the name of a checkpoint be changed in Qtp

2 Answers   Ordain Solutions,


Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?

1 Answers  


for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761

1 Answers  


For Passing Parameters from one Action to another Action we will use Input & Output parameters. Can any one tell how to use this Input & Output parameters with Example ?

2 Answers   TCS,


Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.

3 Answers  


How many regression test suits in your appliction?

2 Answers   CTS,


How you calling actions in qtp?

0 Answers  


Categories