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


Please Help Members By Posting Answers For Below Questions

What are the different kinds of test steps?

561


how did u use automating testing tools in ur job?

1479


What are main panes available in qtp test browser?

528


Where can I find and view run-time data table?

513


How you know that a test case is a regression test case

3050






In qtp, how you can get the last character from a string?

546


Why script error occur in between recording in qtp?

1756


What is the registration process and examination fees?

545


what QTP Options do you know?

2915


How will you report the bug and explain the defect tracking sheet you handled?

2540


How many types of parameters are available in quicktest professional (qtp)?

574


If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?

4682


What is Curd testing?

1873


What are the different recording modes?

554


what are the frame work models of qtp?which frame work you follow in your company?and explain it process?

1947