You are on page 1of 1

Testing Levels

We use V- Model of software development, V - Model talks about lifecycle testing where
corresponding to each of the development phase there is a test associated with it. The checks/tests
that happen when the development activities are going on are in the form of reviews, inspections
and walkthroughs. Also planning for Unit, Integration, System & User acceptance tests are done.

After conducting Unit and Integration testing on the coding, Smoke/Sanity testing is conducted on
the build of an application before taking it to testing in depth.

In case of failure in meeting the end-user requirements, bugs are reported using Mantic an online
bug tracking tool.

System Testing is conducted on a completely integrated system to verify that it meets its
requirements.

After fixation of bugs Regression Testing is made by using automation tool, We allow customers to
conduct Alpha Testing within company but outside development group.And we also provide our
products to customers for Beta Testing and let them do the testing at their environment.

Performance Testing ,Like Stres Testing,Volume Testing, Load Testing, and Endurance Testing is
conducted using Fiddler automation tool.

Compatibility of the applications are checked by testing them on different browsers,like IE7, IE8, IE9
beta, Chrome 10.0, Mozilla 3.6, and Safari5.0.

Security/Penetration Testing is performed to assess the sensitivity of the system against


unauthorized internal or external access.

You might also like