What r the advantages of automation?

Answers were Sorted based on User's Feedback



What r the advantages of automation?..

Answer / ravi kumar

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

What r the advantages of automation?..

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

What r the advantages of automation?..

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

Post New Answer

More QTP Interview Questions

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.

5 Answers   Semantic Space,


What are the different scripting languages you could use when working with QTP ?

6 Answers  


how we connect oracle or sql data server database to qtp. Hi Ram I was your answer for this. Can you kindly let me know in details steps on How we can connect to database. i am using QTP9.2 and SQL Server Database. I am new for QTP and this would be of great help.Thanks

2 Answers  


How to get the column count and column name from the resultset in the database connection program?

6 Answers  


In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example

2 Answers   Broadridge,






HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com

0 Answers  


how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage

2 Answers  


We are calling Actions in Expert View by using Run Action.but i want to know where we are saving the Actions Scripts.Pls explain??

1 Answers  


How to enable the text check point in qtp? By default it is disables

1 Answers   Sify, ssinformatics,


four browser are open same application i want to enter 3browser how?

3 Answers   IBM,


Explain script generated after applying database check point?

2 Answers  


how do you do database testing in qtp

5 Answers   NIIT,


Categories