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 |
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
how to get the object count ?????????
What is the standard timing delay for web based application in qtp?
how to invoke the web application through script in qtp
Can anybody send me the code to get the RO property of the active screen in QTP while running?
How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance
Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do this thing.weather that name is coming or not?
What is action?
1)how to write test cases in test director? not go throuth requirments and plan but should be different way i need? 2)what is the mediator between qtp and application or project?
how to upload an excel sheet to quality center?
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????