Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software testing, STLC, Manual Testing, Technical skills, This is not the…
Software testing
Functional Testing
Unit Testing
This software testing approach is followed by the programmer to test the unit of the program. It helps developers to know whether the individual unit of the code is working properly or not.
Integration Testing
It focuses on the construction and design of the software. You need to see that the integrated units are working without errors or not.
-
-
-
-
-
System
In this method, your software is compiled as a whole and then tested as a whole. This testing strategy checks the functionality, security, portability, amongst others.
Non-Functional Testing
Performance
Checking application responsiveness (time is taken to load, maximum load application can handle)
-
-
-
-
-
-
-
Manual Testing
Review and baseline the test cases with Team Lead, Client (as applicable)
Once bugs are fixed, again execute the failing test cases to verify they pass.
-
Read and understand the software project documentation/guides. Also, study the Application Under Test (AUT) if available.
-
-
-
This is not the complete list as there are more than 150 types of testing types and still adding. Also, note that not all testing types are applicable to all projects but depend on the nature & scope of the project. :warning:
-
-