Types Of Testing
Hi All, This is my new post which is extension to the previous post This section describes the different types of testing that may be used to test a software during SDLC. Manual Testing Manual testing includes testing a software manually, i.e., without using any automated tool or any script. In this type, the tester takes over the role of an end-user and tests the software to identify any unexpected behavior or bug. There are different stages for manual testing such as 1.Unit testing 2.Integration testing 3. System testing 4.User acceptance testing. Testers use test plans, test cases, or test scenarios to test a software to ensur...