Testing Types
Testing types through which an application or software can be tested: Installation Testing This test will provide us the satisfaction that the system is installed correctly and work as similar as production environment. Compatibility Testing In this test we test the functionality of an app/software in different hardware and software environment. Here we focus on Hardware platform, Operating system, Database, Browser etc which all will necessary element to run that application/software. Most of the time the reason for failure of application /software is compatibility issue. Smoke and Sanity Testing Smoke testing : It is scripted and wide testing which take all important features to perform high level testing. Sanity testing : It is unscripted deep testing which take some most important features and perform high level testing. It must and should have to perform. Regression Testing This type of testing will mainly held to find the defect while major changes has been o...