what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / sankar bandaru
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
1. Config
2. Data
3. Repository
4. Recovery
5. Actions
6. Libs
7. Doc
8. Scripts
9. Results
1. Config:
We have .vbs file named as Config.vbs will be
savedin 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"
2. Doc:
The docs Related to automation will be saved in
Docs.below are the few docs
ex: doc(Proof of concept)
.scenarios document
3. Repository:
we do prepare central OR for the entire Application
and will be associating to each & every script.tsr
4. 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
5. Actions: All Reusable Actions
6. Scripts: All Scripts
7. Recovery Scenario: All Recovery scenarios will be saved
here and will be associated to required scripts
8. Results: The Place Where our exection Result files
(logs) will be saves.
9. Utilities:
Function which can be useful to across all the
projects
-> Reading data from excel
-> invoking Browser
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the features supported by UFT?
What is keyword view in qtp?
How do you convert manual test cases to automated test cases?
What is the difference between a Function and Action in QTP?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How to build scripts that access data from external sources?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
How u will do versioning in QTP?
There is an excel file of 1 to 100 sheets how you will iterate through it?
hou can we use vb script in qtp could u tell me breafly
What is an optional step in qtp ?
What are the trigger events in qtp?