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 Samrat, Thank u very much, what u said it is right.
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
Define Canvas view of UFT?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
what is the difference between development and testing
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
How to use setroproperty?
what is ODC and GDC?
Explain the terms test and business component?
Hi How to retrieve data from web element line by line?
Generic function to search for the unique link in webtable and click on it
what is the difference between modular framework & datadriven framework
What is the difference between qtp and selenium?
How to export quicktest professional results to an .xls file?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?