What are the errors encountered while testing an application manually or using automated tool like Testdirector,Winrunner.

Showing Answers 1 - 3 of 3 Answers

sailaja ragampudy

  • Nov 6th, 2007
 

We can't specifically say that. It depends on the stability of the application. They might be Navigational blocks, exceptions, non -functionality of Links, buttons, pages, environmental issues...etc...

  Was this answer useful?  Yes

StevenPace

  • Jul 12th, 2008
 

Automated testing is difficult when the product is changing.  It is generally much easier early on to test the product manually.  As the product procedes, and a new version of the product comes out, automation pays off.  Sometimes small modifications have to be made to the tests for the new version, but it is usually realatively easy, if it is documented properly.
Unfortunately, most of the test failures don't turn out to be bugs, they can be created by the automation itself, or the bugs are difficult or impossible to reproduce ie. race conditions.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions