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 to save your test using quicktest professional (qtp)?
How do you send email with attachment from outlook using qtp ?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
What is test object model in quicktest professional?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
how can i call function (which has link with excell sheet at a remote location) within another function
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
What are the disadvantages of recording test cases in qtp?
How to do call a output parameter from one action to another action??/
how to download mercury qtp9.2 ny internet ?
How many lines of code in each script of QTP?
How to test results for qtp ?
how to evalute defects in QTP script?