Hi everybody, Can anybody tell me that how the QTP
frameworks are implemented . I wanted to know with examples
. Thanks in advance
Answer Posted / 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 View All Answers
How many types of recording modes in qtp? Which will be used when?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
give me the code to save all messages of inbox of gmail into a folder and notepad
How to modify the text checkpoint?
What is the Difference between test object and run time object?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What are the ways you can synchronize?
When using descriptive programming?
How do you create regression test packs?
what is the difference between development and testing
What is the difference between local and shared object repository in qtp?
Hi Samrat, Thank u very much, what u said it is right.
How to carry out bit map check points in QTP
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?