functional testing
- It checks the application's activities and actions.
- It is based on the needs of the consumer.
- It aids in improving the application's functionality.
- Manual testing can be used to carry out functional testing.
Example:
- unit testing
- component testing
- Integration Testing
Non Functional testing
- It checks the application functionality.
- It is based on the customer's expectations.
- It aids in enhancing the application's performance.
- Manually performing non-functional testing is difficult.
Example:
- performance testing
- load testing
- stress testing
Top comments (0)