Easy ways to get the answers you need !
TESTING APPROACH

Our testing approach covers,
- Unit testing.
 - Integration testing.
 - Functional & Regression testing.
 - System testing and performance testing.
 - User acceptance testing
 
- During Environment setup we identify discrepancies between performance of the Hardware/ Software/ Communications environment and its requirements.
 - We identify discrepancies between the performance of program logic and its specifications.
 - In integration testing we identify discrepancies between performance of total system and requirements/Design, verifies interface between application code units and with Environments, and we follows water fall model.
 - System test which is final and comprehensive evaluation of the system. It includes special purpose tests, including stress /Load test, Performance test, Configuration testing, Recovery testing, usability testing etc.
 - In acceptance testing, identifies discrepancies between total system execution and client expectations as defined in requirements.
 - In pilot/parallel testing, new application is exercised in a production environment at one location. Existing and new applications are both executed using the same production data.
 


