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 |
How QTP recognizes Objects in AUT?
what is debugging testing?
how can we retrieve ten rows from the data table using loop concept?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
write string reverse prog using vb script with out using string reverse statement();
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
I would like to do some certifications in QTP. please suggese what kind of certifications can i do. I am currently put up at chennai. So please suggest some reputed centres where these courses are offered.
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
can any one say that where we can download the QTP trail version ??????????
how would you go for testing a web application like any jobsite?(using manual n qtp)..pls frnds its very urgent ..i need realtime answers...thanks in advance