What is Automation frame work.How we will prepare in real
time.
Answers were Sorted based on User's Feedback
Answer / vidya
Automation framework is nothing but a set of rules defined
for developing and organising the test scripts or it is a
process to develop the automation scripts and reduce
maintenance. This framework is completely depends on the
application, types of testing and tools that are using. Its
hard to provide generalised framework for all applications.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sridhar
An Automation Framework deals with importance of Automating
Scenarios and Test Cases in Project According to Test Plan.
Frameworks will be different from organisation to
organisation and to project to project. Sometimes
Frameworks will have specific names. Altogether Framework
is the method or type followed by an Automation Team to
Automate an Application
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sum
Framework is the set of principle to be defined before
start of automation..depending on various factors like the
application functionality..type of test data to pass,tools
and resourcs involved... it is dependent on several
factors..one can't blindly define framework..they are no
certain defined framework!!! we have to do lot of
customization in order to fit to our requirements & name as
u wish :)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / harsha
Framework is Nothing but..the rules tht one should folow to
plan to automate an aaplication. It totaly depends on
application and it changes frm organisation to organisation.
Its nothing the set of rules to Develop and organise
application during testing process
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / maseed
Frames works are designed by QA Lead or QA Manager for every new project Testing in the company,Frames works designed for the Automated tester for the assumptions of requirements in the current project. Frame work consists
1---- Repository
2----Test Scripts
3----Functions
4----Recovery
5----Test Data
6----Environment Variables
7---- Test Logs
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / harsha
its the rules followed by organisation to Automate the
application. It defers frm organisation to org and app to
app
| Is This Answer Correct ? | 0 Yes | 0 No |
automation framework is a systemic procedure followed by a company to automate a test
we will prepare depending upon the requirement of client.
if anybody wants framework document plz mail me
a.thirumalareddy@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chinni
Automation framework is nothing but a plan for automation
testing of an application, like what should be automated,
how it can be automated,what are the scenarios that can be
automated,what are the test cases that can be automated,
including creation of compile modules....so before starting
automation testing of any application we prepare automation
frame work and depending on that we write test scripts and
perform automation.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How to retrieve value (data) from notepad using QTP ?
If you are testing a web application then what will you test in that application?
what is the code in QTP to take screen shot?
How can you merge two Object Repositories?
whare exactly we have to use functions and sub routain
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
Does QTP support Linux Red Hat? Does QTP support Flash?
Hi! Using Descriptive Programming How do we get Parent object for an object. Say, i want to get a parent object for a "Link" in a web page. thanks
Hello Friends, I am working with QTP 9.2 descriptive programming. Can you please let me know how to work with below. Browser is IE, for my site, it opens another page with different browser name, For example Parent Page is google.com and child page is inteview questions. How to work with this second page.
what is On Error Resume Next ?