info@innoplus.co.in +91 8712 828022

Testing Based Application Development

Test techniques include the process of executing a program or application with the intent of finding software bugs (errors or other defects).

Incremental integration testing

Bottom up approach for testing i.e continuous testing of an application as new functionality is added.

End-to-end testing

Entire system is tested as per the requirements. involves testing of a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications.

Regression testing

Testing the application as a whole for the modification in any module or functionality.

Load testing

Its a performance testing to check system behavior under load.

Stress testing

System is stressed beyond its specifications to check how and when it fails.

Performance testing

Term often used interchangeably with ‘stress’ and ‘load’ testing. To check whether system meets performance requirements.

Usability testing

User-friendliness check. Application flow is tested, Can new user understand the application easily, Proper help documented whenever user stuck at any point.