Software testing are the various strategies or approaches used to test an application to ensure it behaves and looks as expected. These encompass everything from front to back-end testing, including unit and system testing. In Jamekka we used these testing techniques used by our quality assurance professionals depends on project demands.
Functional vs. Non-functional Testing
|
|
Functional Testing are : |
- Unit testing
- Integration testing
- System testing
- Acceptance testing
|
|
Non Functional Testing are : |
- Performance testing
- Security testing
- Usability testing
- Compatibility testing
|