what is Automation frame work and how do u used this for
your project?
Answer Posted / 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 |
Post New Answer View All Answers
What are the different types of recovery operation?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
How to create scenario selector
How many types of recording modes are there?
How can you identify the browser and its information using the qtp script?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
Explain the views in the QTP GUI?
What do you mean by iteration?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
How QA specialist can identify when programmatic descriptions are useful?