Question : When an application is given for testing,with what initial testing the testing will be started and when are all the different types of testing done following the initial testing?
When an application come for testing then first of all we will do sanity testing. if our application's main functionality is running fine then we will move on further testing.
For the First When already developed appliction comes to the Testing zone we will do Adhoc testing.It is nothing but checking the application without using any logic in that appliction.Next we go for Navigation testing, in order to see wether the application is having Right Execution flow or Not.