Explain clearly what is buglifecycle
Answers were Sorted based on User's Feedback
Answer / satyaprasad
Buglife cycle:
NEW ---> Assign to test--->open------->retest
--------->Closed or Reopen or Differed
In generally if any defect found in the testing side ,first
tester will send that report to testlead with NEW status.If
the bug is genuine ,he will assign that to concern developer
with TEST status.The deveoper will open that after
considerable modifications he assign the build to tester
with status RETEST
if the problem was rectified then he will close it with
status Close.Still there is any defect he give reopen
status and assign it to the developer.If the defect has low
seviority or lack of time to resolve he give defferd status
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sharadarsule
NEW
|
|
OPEN
|
|
----->ASSIGN
| |
| |
REOPEN<----TEST
|
|
CLOSED
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / priyanka agrawal
Life cycle of a bug can be shown as-
NEW
|
OPEN REJECTED
| |
|-----> ASSIGN-----
| | |
REOPENED<---- TEST DEFERRED
|
VERIFIED
|
CLOSED
The different states of a bug are:
1. New
2. Open
3. Assign
4. Test
5. Verified
6. Deferred
7. Reopened
8. Duplicate
9. Rejected and
10. Closed
Is This Answer Correct ? | 0 Yes | 0 No |
How do you do Analysis and design for testing projects?
Do you know any kind of matrix ?
How did u perform regression testing what r the steps involved?
how do u make severity , suppose login page has been sucessfully passed and entered in 2nd page instead of 1st page. what is ur reaction .
Differentiate verification and validation?
What are cookies and how to test cookies
6 Answers Chetu India, Teradata, Wipro,
Explain Testing process in your organization?
what is traceability matrix and its usefulness
What is quality center?
What is Pre UAT and UAT is there any difference ?
who prepares the following documents and when are these prepared?please explain in detail?WHAT ARE These meant for? srs,frs.brs,use case,test plan,project plan
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.