Explain testing life cycle?
It is a step by step procedure conducted during testing. Study of SRS: This is the first step of the testing life cycle. In this we have to study system requirement specifications for the clear under standing of the system. i.e., Requirements understanding. Test case preparation: By using SRS we will prepare test cases. Test case execution: Execution of the test cases to exercise the application. Test result analysis: After execution of test case we will get some result .After this we will compare the actual result with the expected result .This is called as test result analysis. Bug reporting: If there is any defect or variance occurs in the result then we have to report it. This is called as bug reporting.