HI, Anybody can explain Automation Test Framework...and wht
do we do before start of Automation.....
Answers were Sorted based on User's Feedback
Answer / narendra
Automation Test Framework describes the approach we are
following to automate our application testing
Mainly there are 3 standard framework approaches
1.Date Driven Framework
2.Keyword Driven/Table Driven framework
3.Hybrid framework(combination of above 2 frameworks)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishnateja muppalla
If they ask about Framework, then you will have to explain about:
Driver Script,
Shared Repository & Local Repository,
Global Sheets and Local Sheets,
Library Functions,
Output folder/sheets etc
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ramesh
Actually Framework is a folder set such as scripts,test
cases,test data,object repository.Generally automation
testing framework is designed to create and maintain the
overall tests in a easy manner.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / softwaretester4u
Hi man framework means structural format of test scripts
creation (means folder structer) (But this is not
defination)
if u want mre subsirbe yahoo group testingguru and post ur
question
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pradeep
A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing.
Source - to read more:
http://www.ibm.com/developerworks/rational/library/591.html
| Is This Answer Correct ? | 0 Yes | 0 No |
can we run the scripts of QTP8.2 in QTP7.0?
How the automated tests in org
how quick test record on dynamically generated urls and web pages.
Set DR= CreateObject("Mercury.DeviceReplay")
Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
what is throw object ?
hi, In A Table there are some columns and dynamic rows and in each row in first column there is a link with name. upon clicking on that link it will show some details. write the vbscript to check that link without descriptive programming?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What is the use of text output value in quicktest professional?
what are pretesting activities
Syntax for how to call one script from another? and Syntax to call one "Action" in another?