wt is automation framework? give explonation?
Answer Posted / 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 View All Answers
Where to use Property Let, Property Get, Property Set in UFT
can the activities of test case design be automated?
Why qtp the best testing tool?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What are test settings and global settings?
How the smart identification is used in real time?Please explain with an example
How can you identify the browser and its information using the qtp script?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
What is ObjectParamater?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What is the difference between a Function and Procedure in QTP?
How to use debug tools?
what is test scheduleling?
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
What is the difference between local and shared object repository in qtp?