What r the advantages of automation?
Answers were Sorted based on User's Feedback
Benefits of Automated Testing
-----------------------------
Fast: QuickTest runs tests significantly faster than human
users.
Reliable: Tests perform precisely the same operations each
time they are run, thereby eliminating human error.
Repeatable: You can test how the Web site or application
reacts after repeated execution of the same operations.
Programmable: You can program sophisticated tests that
bring out hidden information.
Comprehensive: You can build a suite of tests that covers
every feature in your Web site or application.
Reusable: You can reuse tests on different versions of a
Web site or application, even if the user interface changes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreeprasad
1). Almost all current testing methods cannot be
implemented by hand except by the most dedicated or
desperate testers.
2). Automation encourages projects to re-test more
frequently.
3). Reduce testing costs.
4). Reduce time spent in the testing phase
5). Detect errors early and to raise the quality of the
delivered software.
6). Achieves the repeatability required for valid test
results.
7). Improve test coverage
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kalyan
HI
A small doubt u told that in automation detects errors in
early stage but qtp is not for finding bugs na just for
faster executions..................
Please correct me if any thing wrong (its my opinion)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the differences between image check point and bit map check point?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
can we use QTP for load testing instead of load runner?
In QTP how to interact tool and application build?
can i automate java web application using qtp web addin only not using java addin
Discuss quicktest professional environment?
anyone can explain Diff B/w Actions and Functions
On what basis we select test cases to automate?
How can I find out whether a word in a string is existed or not for example "QTP IS A POWERFULL TOOL FOR AUTOMATION" How can i find out whether "powerfull" is existed in the above string or not Could anyone answer it?
how can you select random value for every iteration from a weblist
What is QTP’s model for test creation?
How u do the back end testing in QTP?