What is Software Testing ? Software Testing is a process with intend to finding defects. Basically software testing done by a Software Tester. There is a two methods of Software Testing :
Manual Testing
Automation Testing
Methods of Software Testing Manual Testing :
It is one of the oldest & best method “Manual Testing” to test the software. In this method Tester review all the software related documents like test plan documents, design documents, source code, test case documents. Tester test software manually & try to find out errors.
Automation Testing : It is very famous & well known Testing methods used by Software Testing Companies that is Automation Testing. In automation testing testers use software testing tool to test software, tester just have to do is “Writing Test Cases” & execute using tool. Using Test cases tester can perform automation testing, without test cases tester can not execute or test software. To perform automation testing companies required high budget. Mostly automation testing not used for small project. Test tools can be used for one or more activities that support testing.