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 |
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
How you can delete excel file in qtp?
What is the parameterization?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
I have a Webedit object. some text is entered in that object I want to know the font sixe of that text.How could I do this using QTP? This is a requirement for me. I am happy if any one help on this
With out using the task manager,how to close the application using vbscript and what is the statement?
if there r 10 windows open in QTP write a command to close all 10 windows at a time ?
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What is the main disadvantage of using low level and Analog modes?