Functional Testing: It stands for testing of a particular part or complete application functionality testing without bothering how a particular part or system delivers the result.
There are various types of functional testing like:
1.Unit testing refers to tests that verify the functionality of a specific section of code.
2.Integration testing is any type of software testing that seeks to verify the interfaces between components against a software design.
3.System Testing tests a completely integrated system to verify that it meets its requirements.
4.System Integration testing verifies that a system is integrated to any external or third party systems defined in the system requirements.
5.Regression testing focuses on finding defects after a major code change has occurred.
6.Acceptance Testing:
7. Alpha Testing:
8. Beta Testing:
Great post & clear explanation on Functional testing
ReplyDelete