Could you please explain me about QTP framework.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mahaboob
Automation frame work is nothing but the Automation planing
for the project.
It is used for develope the automation project in a beter
way.
In automation framework we can consider the following
things.
-what functionalitys to be automated
-what approach to be followed
-what levels we have to use in order to develope the
applicatins.
-what naming conventions to be followed
-where to store test scripts
-calling the scripts using the (test batch runner or
actions)
-derectory structure of automation
-where to store the test results
Automation framework contains the set of
guidelines ,codingstandars and naming conventions,set of
assumptions, used for develope the automation project.
| Is This Answer Correct ? | 0 Yes | 0 No |
tell me about framework types and most used framework in real time. types of output value in details. diff between wr and qtp in detail.
What are the views available in quicktest professional (qtp)?
CAN SOME ONE TELL ME ABOUT QTP FRAMEWORK? I AM SUPPOSED TO GIVE THE QTP FRAMEWORK THIS WEEK SO PLEASE HELP
suppose i can done the project in automation tool with QTP in that time what i can say?
why was automation used in the project?
What's QuickTest Window?
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?
Suppose if a functionalityis not mensioned in requirement document and but its present in application. will it be consider as a bug and viceversa?
How you calling actions in qtp?
How do you do batch testing in QTP, if so explain?
If I give some thousand tests to execute in two days what do you do?
Explain different types of checkpoints?