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 |
What is a Run Time Data table?
What In-string function will do?
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
Without using gui map editor we can recognize the application in winrunner ?
Hybrid framework supports Descriptive programming. Is it true?
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
in how many ways you perform batchtesting?
can u write Script to do Data Driven Testing throuh Externel & internel XL Sheet
What is difference between shared and local object repository?
what is the difference between ClassName and class in QTP?