Could you please explain me about QTP framework.
Answer Posted / giri
frameworks are set of defined rules for automating a test
process.it could be said as automation test approach
LINEAR FRAMEWORK – recording,enhancement,playback. here u
create scenarios, do recording based on
scenarios,enhancement is done for verifications, and
playback for execution
DATA DRIVEN – here an external database is maintained for
passing values to the actions in qtp. values are compeletly
passed only through this data sets.
KEYWORD DRIVEN – using the manually entered table tht
defines test object, operation, data and description , VB
scripts are automatically generated by QTP.
DESCRIPTIVE PROGRAMMING – it is the concept of execution of
scripts without the reference of object
DIALOG(“CLASS = DIALOG”,”CAPTION = Login”).Winbutton(“class
= Button”,”Text = OK”).Click
FUNCTIONAL/MODULAR – here the actions are declared as user
defined functions.these functions are called wherever
needed.
HYBRID FRAMEWORK – mix of any of the above framework are
classified as hybrid.depending on complexity of the
application, mixes are chosen.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how do i know how to use tools
regular expression in qtp standar check point for months from accepting months from january to december only
What is the parameterization? Give one example?
Explain the views in the QTP GUI?
What is the quicktest professional (qtp) testing process?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
Through array we can execute the testcase how ? give me example
What is 'sleep' in sync point?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
How to recognise the webelement and verifying that webelement is enabled?
How you can make an action as re-usable action?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
How to analyzing the checpoint results?
How to use the object spy in quicktest professional 8.0 version?