wt is automation framework? give explonation?



wt is automation framework? give explonation?..

Answer / suresh kumar uppalapati

A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing. This article describes and demonstrates
five basic frameworks.

Basing an automated testing effort on using only a capture
tool such as IBM Rational® Robot to record and play back
test cases has its drawbacks. Running complex and powerful
tests is time consuming and expensive when using only a
capture tool. Because these tests are created ad hoc, their
functionality can be difficult to track and reproduce, and
they can be costly to maintain.

A better choice for an automated testing team that's just
getting started might be to use a test automation framework,
defined as a set of assumptions, concepts, and practices
that constitute a work platform or support for automated
testing. In this article I'll attempt to shed a little light
on a handful of the test automation frameworks I'm familiar
with -- specifically, test script modularity, test library
architecture, keyword-driven/table-driven testing,
data-driven testing, and hybrid test automation. I won't
evaluate which framework is better or worse but will just
offer a description and a demonstration of each and, where
appropriate, some tips on how to implement it in the IBM
Rational toolset.

classicatios mails me uvvsuresh@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

can we install qtp in windows vista

2 Answers  


explain keyword driven framework with banking domain?

0 Answers   TCS,


terminal services client

0 Answers  


Explain advantages and disadvantages of ddf?

0 Answers  


how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?

1 Answers   Ordain Solutions,






Why we load add-ins in qtp?

0 Answers  


How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?

1 Answers  


we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?

0 Answers  


I have one question as HP QTP is concern, Please send your answers..... Can we do testing of any application without using any of the framework which are we used in QTP tool. If yes then how it can be possible in the HP QTP tool. -- Regards

5 Answers   ABC,


I have 3 add buttons of same properties in my page but i want trigger one of them i required in my recovery scnario manager is qtp recognizes it to recovre d scnario if so how qtp recognizes it

3 Answers  


How QTP support all types of applications (platforms)?

0 Answers  


can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function

5 Answers  


Categories