what is Automation frame work and how do u used this for
your project?

Answers were Sorted based on User's Feedback



what is Automation frame work and how do u used this for your project?..

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

what is Automation frame work and how do u used this for your project?..

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

what is Automation frame work and how do u used this for your project?..

Answer / meghana

can some explain me more with some example on this
topic...??

thanks in advance

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

When can shared object repository fails?

4 Answers   L&T, TCS,


How to use checkpoints in qtp ?

0 Answers  


How to test background color and dynamic images during run time can you put the check point for moving objects?

0 Answers  


Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance

3 Answers  


Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!

0 Answers  






How to capture checkbox properties when properties of the object keep changing on relogin to the application.

0 Answers   TCS,


How to handle the exceptions using the recovery scenario manager in qtp?

0 Answers  


what are the different Frame Works in Quick Test Proffessional testing

5 Answers   Wipro,


what is a test strategy & what is the difference between test strategy & test plan?

5 Answers  


Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri

7 Answers  


Could some one help me the difference between GetTOProperty and SetTOProperty and when we will use these properties. and what is meant by SetToProperties..

5 Answers   Clinical Soft,


In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?

0 Answers  


Categories