Software Testing:
Is the process of validating & verifying that a software program/application/product meets the business & technical requirements that guided its design & development, works as expected & can be implemented with same characteristics
Unit Testing:
It is also known as component testing, referring to tests that verify the functionality of a specific section of code, usually at the function level.
Integration Testing:
It is the tests that seek to verify the interfaces between software design. It works to expose defects in the interfaces & interaction between integrated components.
System Testing:
It tests a completely integrated system to verify that it meets its requirements.
No comments:
Post a Comment