if i report 2 bugs & those are fixed by dev. I have done
re-testing of those bugs & got fine (closed)
Ques is:
If dev fixed above said bugs by adding one line code and
tester has done re-testing.
if there is any new bug occur due to that 1 line code. How u
will find & what tester will do. what is the answer of this
situation?????
Answer Posted / vijayaram chalapati
The answer is REGRESSION Testing.
When you are verifying the 2 bugs in general we will write
the steps and description in the bug details. i.e. in BUG1
the functionality 1 is working in functionality 2 is not
working and posted BUG1 for functionality2.
So while verifying the BUG1 the functionality1 is failed and
functionality 2 is working fine.
According to this the functionality 1 related to the BUG1
should be verified this is nothing but REGRESSION testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Test Design ?( Urgent) and Test Design for Printer?
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
What are the various techniques in white box testing?
What is test plan and contents available in a test plan?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
Explain the defect life cycle.
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?
hai friends i did my bcom (distance with out inter)and iam pursuing mca(distance alagappa university)iam learning testing cource in ameerpet can i elgibel for testing jobs pls guide me … …and send details to rangavijetha@gmail.com..thanks
What are the different available models of sdlc?
Hi All. How can we write negative test cases for Logout Operation ? Please place the answer with a few details and if possible add some related object properties. "A tester exposes his/her ability not only by words he/she also proof it by work"
Explain the manual testing process?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
1.what kind of testing have you done ?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is regression testing? When to apply it?