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
Explain how you can find the absolute value of the number in qtp?
Explain the check points in quicktest professional?
What are the different properties of an web object
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
how to convert 100 into hundred repees only and viceversa
How can you identify the browser and its information using QTP script?
What are the advantages of qtp?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Are Shared ORs read-only?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How many types of recording modes in qtp? Describe each type with an example where we use them?
How do you delete unwanted results in qtp?
How can i initiate the objects to find uniquely in OR
What test you perform mostly? Regression or retesting in your testing process?