1. What is Bug life cycle? 2. Test case biggest number of given three numbers?
Answer :
Bug life cycle contain the detail about the bug which we found during the testing.like
1:Defect ID
2:defect discription
3:status
4:severity
5:preority
Q2:Techniques of writing test cases
1:equivalance class partioning
2:boundry value analysis
3:error guessing
Bug life cycle:- The status will be in new when it gets reported for the first time. PM/PL will see the bug and assign the bug to respective developer (Assigned state). Once the bug gots fixed, the status of the bug will be changed to Resolved/fixed. Tester will verify and mark it has verified/fixed. if it is not fixed it will be reopened and it will be assigned back to respective developer. Once all the defects are verfied/fixed tester will close all the verified bugs in the final build and the bug will be moved Verified/closed state.