what is Automation frame work and how do u used this for
your project?
Answers were Sorted based on User's Feedback
Answer / swati sonal
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 ? | 1 Yes | 0 No |
Answer / babu
Hi,
Framework is a set of rules which has to be followed to
make our work in an easier way.
For that in qtp, we have different types of frameworks
available.
Keyword driven framework
Data driven framework
Hybrid framework
etc ..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / meghana
can some explain me more with some example on this
topic...??
thanks in advance
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by Repository?
7 Answers ALFiNE IT Solutions, Four soft,
diff between global variables and environment variables in qtp?
What are the points to be taken into consideration while doing desktop testing?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
0 Answers Autodesk, EDS, Wipro,
What are the advantages of Automation objects than Test Objects?
Explain about the Test Fusion Report of QTP ?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
How many actions we can write in a test?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is the file extension of the code file in qtp?
what r the executing modes in QTP
If we write a script in the expert view how are the objects created in the object repository? to be clear i will explain my problem first i have recorded the mercurytours application by providing the link www.mercurytours.com and all the objects are stored in the object repository ok this is fine. but i have copied the script generated in the above processes and pasted in a new test and tried to run that script but as the objects were not stored in the object repository it showed an error (The "Welcome: Mercury Tours" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object).so how can i overcome that error