Any one please tell me how to create framework in QTP (in
detail). Is there any website for reference?
Answer Posted / malarvizhi
framework is nothing but set rules used to execute a test
cases..
framework are many types like modularity,data
driven,keyword driven...
Data Driven is used for system independent file.using this
we can execute a pariticular test case.
6 components are
*system independent file
*driver sheet
*object repository
*test data, DB
*scripts
*reports
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of how quicktest professional (qtp) identifies object?
What is the file extension of the code file and object repository file in QTP?
what is meant by Implicit and explicit requirements?
What is the quicktest professional (qtp) testing process?
What is the syntax for how to call one script from another?
How to creating an output value using quicktest professional (qtp)?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
Who uses qtp tool?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How do client side image and server side image work?
Write a script to verify font style and color of a windows object using descriptive programming
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
Explain different checkpoints in qtp.
What is data driver in qtp?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.