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 |
how to explain a claims and insurance project?
How to export data present in Datatable to an ".xls" file?
write a qtp script to see time in windows command prompt? its urgent....
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
Can we directly automate test script according to requirements?
What is creation time property and how does it work?
To which environments does QTP supports ?
how we can know qtp has used smart identification machanism during the execution.
Can we record a video in qtp recording??
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Please tell me the steps to record the test in Analog recording mode in QTP version 9.2???
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.