DEV Community

Abarna
Abarna

Posted on

Software Testing

Software testing is to identify the errors, faults and missing requirement in the given software requirements. Software testing benefits is to identify the errors in the code, security of the code and it's use to increase the quality of the code. Object of software testing is identify the defects of the software, Assurance of the quality, Reduce the risk of the software development, Validate the software requirement. Software testing life cycle is analysis the requirement of the software, planning the test cases, developed the test cases, setup the test environment for the testing, execute the test cases and closure the test. Software testing is have two types manual testing and automation testing. Stages of manual testing is unit testing, Integration testing, system testing, UI testing and acceptance testing. Manual testing is have the three types white box testing, black box testing and grey box testing. Black box testing is like UI testing, White box testing is like functional testing and the grey box testing is cover the overall test cases.

Top comments (0)