Tuesday, April 15, 2008

Types of Testing

Normally testing is divided into two types:
1)Manual Testing:Testing is done manually by the people.
2)Automation Testing:Testing is done with the help of some automation tools.
Well normally testing takes a lot of manual effort as it is not possible to cover all the testing by automation tools.So a user should have good analytical skills so as to know what to test and how to test in minimum possible time.But when we need to do some testing on different set of test data then its better to use some automation tools.automation tools are based on the record and playback funda that helps a lot in the regression testing.

No comments: