can u explain about QTP Frameworks? what are the framework
types are available? and How to set or create frame work for
a application? Explain briefly?(Also give me one example)
Answer / sangeeta
Framework is some set of guidelines followed in automation
projects to achieve better
readability,maintainability,scalability and reusability.
There are following types of frameworks:
1)Data driven framework
2)Functional decomposition framework/modular framework
3)keyword driven framework.
4)Linear Framework.
5)Hybrid framework.
6)Business Process Framework.
to create a framework you need to create a driver file which
drives the complete framework activity.
the flow of a hybrid framework will be like this
driverfile->initialize global variables->launch qtp and does
settings->launch application->opens the regression suit and
checks the status of test scripts and runs the
scripts->associate OR and library files->takes the required
data->performs action on application and stores the
result->at the end closes all the instances and send mail.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we add the function library directly from scripting in qtp instead of adding from resource tab?
what about f2&f6 function keys
How do you synchronization point through DP?
Scripts for Ascending order in qtp.
What is the difference between QTP 8.2 and QTP 9.2
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
In qtp, explain what is qrs file?
Do you support automated testing? Why?
How can get count of list box?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..
Tell me about userdefined functions ?