|
| Total Answers and Comments: 5 |
Last Update: August 27, 2009 Asked by: numanali |
|
| | |
|
Submitted by: saimadhu
Decision to go with Manual testing or Automated testing depends on the current project situations: - Go for Manual Testing in the following cases:
Unstable Software. To explore New Software. No Automation suite available. Adhoc testing (unplanned test cases). Not critical project & only one time testing & the effort required is less than the effort required for automation. - Go for Automation in the following cases:
Stable Software. Any application with a High degree of risk associated with the failure is a good candidate for test automation. (Aircrafts, Patient monitor,) Testing needs to be repeated. - Advantages of Automation:
Accelerate releases (reduces regression effort) With repeatable tests ensure consistency across multiple supported platforms Greater Application Coverage. Can test more often & more completely Convenient test reports for analysis
Above answer was rated as good by the following members: anushkalovesmani | Go To Top
|