what is qtp automation frame work,what is the use of that
frame work?

Answers were Sorted based on User's Feedback



what is qtp automation frame work,what is the use of that frame work?..

Answer / vikrant

A Test Automation Framework is a set of assumptions, concepts and tools that provide support for automated software testing. The main advantage of such a framework is the low cost for maintenance. ...

it can define as:
-Defines a set of guideline for all phases of test automation
-best practice followed to support automation
-can be visualized as a wrapper around some complete internal architecture to make it easy for the end user
-set of standards used for implementation
-break the testing activities and inter-relate them to work as a whole
-idea is to get efficient testing and achieve all the goals of automation

Is This Answer Correct ?    0 Yes 0 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / seema

Please describe :
1. Keyword Driven Framework
2. Linear Framework
3. Moduler Framework
4. Hybrid Framework.

i have a little idea about Keyword Driven Framework and
Moduler Framework

Keyword Driven Framework - where we create O.R., Scripts,
Data tables, Function Library and etc.

Moduler Framework - we can call reusable existing /
external Actions in a particular Action.

Let me know, if i am wrong.


Thanks

Is This Answer Correct ?    0 Yes 0 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / radhika

Automation Frame work is Nothing but execute the Test
script of a functionality of particular application, so
that we must associate the all required files of that
application to recognige the words whatever we used in
entire script. And its vary from company to company and
also project.

Is This Answer Correct ?    0 Yes 0 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / subhani

Automation frame work is a set of guidelines,coding
standards,assumptions,concepts and practices that provide
software to automated testing.
it is like a planing for the project ,in which it
invovles identification of common functionalities,define
coding standards and naming conventions,common repository
files and define the folder structure of the automations
testing.
The use of the automation frame work is
(1)Automation frame work is particularly help full for
regression testing ,as it allows regression testing of
critical business with minimal effort .
(2)it is consistent and repeatable test execution.
(3)ability to run test unattended.
(4)autonation testing can increase the testing
reliability,repeatability and reusability while descreasing
the time and effort required completing a test cycle.
(5)datadriven methodology provides the opportunity to
significantaly increse test coverage because more data
input combinations and different data choices can be
quickly executed.

Is This Answer Correct ?    0 Yes 0 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / chandra shekar reddy kasireddy

Framework <<<< Frame work is a set of guidelines assemption
and procedure to perform a task in sufficiant way

Why frame work .... in qtp we will maintain different files
and perform different tasks so, we need to put in order
thats y frame work will occured.

files are... OR files , test data files , test log files,
environment files(XMl), library files (VBS) .etc..

Tasks are ... parameterization, synchronization, flat files
, etc...

(some spelling mistakes is ther dont mind it friends) but is
pure and correct answer follow it

Is This Answer Correct ?    0 Yes 0 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / avula madhu

automation frame work is nothing but a set of guidelines
designed by expert to accomplish a task in an
effective,eficcient and an optimised way.
there r five typs of frameworks,
1.script modularity framework
2.library architecture framework
3.keyword driven or table driven frame works
4.data driven frame work
5.hybrid automate test framework.

Is This Answer Correct ?    0 Yes 0 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / avula madhu

automation frame work is nothing but a set of guidelines
designed by expert to accomplish a task in an
effective,efficient and an optimized way.
there r five types of frameworks,
1.script modularity framework
2.library architecture framework
3.keyword driven or table driven framework
4.data driven framework
5.hybrid automated test framework

1.this framework requires to develop simple and independent
scripts to represent modules,sessions and functions of AUT.

2.The test library architecture framework is very similar to
the test script modularity framework and offers the same
advantages, but it divides the application-under-test into
procedures and functions instead of scripts. This framework
requires the creation of library files that represent
modules, sections, and functions of the application-under-test.

3.Keyword-driven testing and table-driven testing are
interchangeable terms that refer to an
application-independent automation framework. This framework
requires the development of data tables and keywords,
independent of the test automation tool used to execute them
and the test script code that "drives" the
application-under-test and the data. Keyword-driven tests
look very similar to manual test cases. In a keyword-driven
test, the functionality of the application-under-test is
documented in a table as well as in step-by-step
instructions for each test.

4.Data-driven testing is a framework where test input and
output values are read from data files (datapools, ODBC
sources, cvs files, Excel files, DAO objects, ADO objects,
and such) and are loaded into variables in captured or
manually coded scripts. In this framework, variables are
used for both input values and output verification values.

5.The most commonly implemented framework is a combination
of all of the above techniques, pulling from their strengths
and trying to mitigate their weaknesses. This hybrid test
automation framework is what most frameworks evolve into
over time and multiple projects.

Is This Answer Correct ?    0 Yes 0 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / tester

Following are the different QTP Frameworks -

1. Linear Framework
2. Modular Framework
3. Keyword Driven Framework
4. Data Driven Framework
5. Hybrid Framework

Check the below link for more details.

http://www.automationrepository.com/2012/03/qtp-framework-types-an-introduction/

Is This Answer Correct ?    0 Yes 0 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / anil katta

SRSS: automation frame work is nothing but a set of guidelines designed by group of experts to accomplish a task in an effective,eficcient and an optimised way.
there are 4 different types of frame work 1)linear 2)
modular 3)keyword 4)hybrid
max we follow keyword framework
keyword frame work is nothing but creating a software
structure like
1)scripts 2)object repository 3)test data 4)recovery
scenario 5)log files 6)library files etc
1)create scripts and save it in scripts component
2)create shared o.r and save it in o.r component
3)create test data and save it in test data component
etc
after creating all these components include the files or
components to script or qtp and execte the script

Is This Answer Correct ?    0 Yes 0 No

what is qtp automation frame work,what is the use of that frame work?..

Answer / kishore kumar

Before talking abt Framework we need to understand the
Application it means we need to know the basic and important
flows. only then we can determine how to structure the
Reusables/actions/functions. which interns says what has to
be passed as parameters how we are going to plug in to make
test script. modularity. Automation framework is a
Structured format which states how we are going to create
the modules,library files,OR,Parameters etc.
Under <<Application folder>> we usually have below folders
1.Test scripts/Driver scripts
2.Library Files
3.Object repository
4.Results (Html result,Word Format,QTP Result any one which
client wants).
4.Reusables (QTP Test files)
a simple change with the above structure will check the
framework if we put library files folder out of application
folder then the library files can be access able across
various Applications. thats where framework differs with a
small change not by any means but by structure.

Data driven -> when data drives/determines the flow is data
driven.
key word driven -> passing a keyword which drive the flow
say Input,Verify,output,launch..are the keyword which drives
or trigger the even to perform the actions in a test script.
Hybrid -> mixture of both.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Can I do Game testing with QTP tool

1 Answers   Google,


Please explain me frameworks & how to generate the scripts in framework

0 Answers   ADP,


Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com

0 Answers  


Explain how Selenium is different from UFT?

0 Answers  


How do u connect database through QTP tell me both Ms Access and SQL

2 Answers   Livetek,






What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?

2 Answers  


What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com

5 Answers   IBM,


Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.

1 Answers   Zensar,


pls tell me different type of automation frame works in QTP and which one need to select in client server application

7 Answers   Syntel,


In qtp what type of data tables are used , name and list out them

1 Answers   Polaris,


Explain about datafile/verification of date file when file is not available in local system?

0 Answers  


In a webtable,a list of values are there,rightnow one values shows,later random another values shows,but how to retrieve the random value in webtable.

1 Answers   HP,


Categories