what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / aari
Framework is nothing but creating the folder structure and
placing all the files into their corresponding folders. We
create folder structure like this:
This frame work consist of
.Config
.Data
.Repository
.Recovery
.Actions
.Libs
.Doc
.Scripts
.Results
Config: We have .vbs file named as Config.vbs will be saved
in config floder, This file basically consist of all
Environment Variables, Constants Declaration, This file will
be loading with below Statemet before executing any Script
Ex: excutefile"C:/Framework/config/config.vbs"
Doc: The docs Related to automation will be saved in Docs.
below are the few docs
ex: doc(Proof of concept)
.scenarios document
Repository:we do prepare centrel OR for the entire
Application and will be associating to each & every script.tsr
Libs:We save all functions in Libs & all functions will be
associated to all test Scripts.
Libs files are 2 types
app libs: All application related functions
Utilities: function Which can be usefull to across all the
projects
-> Reading data from excel
-> invoking Browser
Actions: All Reusable Actions
Scripts: All Scripts
Recovery Scenario: All Recovery scenarios will be saved here
and will be associated to required scripts
Results: The Place Where our exection Result files (logs)
will be saves.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
In qtp, how you can get the last character from a string?
What is QTP scenario.
What is different command used in command Prompt while using QTP?
Can U Explain about QTP tool from older version to latest version also its differences?
give me an example where u used good judgement and logic in solving a problem
How many types of object repository in qtp?
what is ODC and GDC?
how can we do the frame work in qtp
How do I get the QTP scripts result in xml format by using vb script function?
Explain types of output values?
What is Test Fusion Report in QTP?
Discuss the QTP Environment?
What are the features supported by UFT?
Mention what are the different types of recording modes in qtp? Which will be used when?