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 |
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)
what is the extension for QTP files?
Through array we can execute the testcase how ? give me example
What are the advantages of QTP over WinRunner?
Tell some commonly used Excel VBA functions?
how to calculate no. of repeating characters in a a string..please give me the code
how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.
What is keyword view and Expert view in QTP?
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
how can i add an action(external action) programmatically?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.