Explain Bug Life cycle

What is integration testing and regression testing
What is verification and validation


How does winrunner recognizes the project which is in
custom build
What is expert view and tree view
How does QTP identifies the project
What is the difference between Winrunner and QTP
What is Test Director and which version of test director
your are using in your project
What is a test plans
what are the contents present in a test plan
What is the risk of testing a project

Answers were Sorted based on User's Feedback



Explain Bug Life cycle What is integration testing and regression testing What is verification..

Answer / shyam

bug life cycle:


1. New: When the bug is posted for the first time, its state
will be “NEW”. This means that the bug is not yet approved.
2. Open: After a tester has posted a bug, the lead of the
tester approves that the bug is genuine and he changes the
state as “OPEN”.
3. Assign: Once the lead changes the state as “OPEN”, he
assigns the bug to corresponding developer or developer
team. The state of the bug now is changed to “ASSIGN”.
4. Test: Once the developer fixes the bug, he has to assign
the bug to the testing team for next round of testing.
Before he releases the software with bug fixed, he changes
the state of bug to “TEST”. It specifies that the bug has
been fixed and is released to testing team.
5. Deferred: The bug, changed to deferred state means the
bug is expected to be fixed in next releases. The reasons
for changing the bug to this state have many factors. Some
of them are priority of the bug may be low, lack of time for
the release or the bug may not have major effect on the
software.
6. Rejected: If the developer feels that the bug is not
genuine, he rejects the bug. Then the state of the bug is
changed to “REJECTED”.
7. Duplicate: If the bug is repeated twice or the two bugs
mention the same concept of the bug, then one bug status is
changed to “DUPLICATE”.
8. Verified: Once the bug is fixed and the status is changed
to “TEST”, the tester tests the bug. If the bug is not
present in the software, he approves that the bug is fixed
and changes the status to “VERIFIED”.
9. Reopened: If the bug still exists even after the bug is
fixed by the developer, the tester changes the status to
“REOPENED”. The bug traverses the life cycle once again.
10. Closed: Once the bug is fixed, it is tested by the
tester. If the tester feels that the bug no longer exists in
the software, he changes the status of the bug to “CLOSED”.
This state means that the bug is fixed, tested and approved.

Is This Answer Correct ?    5 Yes 1 No

Explain Bug Life cycle What is integration testing and regression testing What is verification..

Answer / gayathri

What is integration testing and regression testing ?What is
verification and validation ?
Integration testing :
The integration Testing is doing for integrated modules
with the intension of finding interface errors.
Here we have to check whether the integrated modules are
Working properly or not. This can be do through the
integration test cases.

For example: Creating a user account and login to the
system
are two modules.

Here u can see the Create User is a module and Login user
is another module. So First we create a user then with the
new username and password we logon to the system. If it is
working as per the expectation then the test is pass.

we can follow the two approaches in Integration Testing-
Bottom up Integration and Top Down Integration....
regression testing :Test the newversion of the application
with previous version of same application.
After fixing the bug the developer send application to
tester.tester test the application .new functionality of
application have n't create any problem on prevoius
appliction

Is This Answer Correct ?    4 Yes 2 No

Explain Bug Life cycle What is integration testing and regression testing What is verification..

Answer / kshama

Integration testing : Testing Perform to Expose defects in
the Interface & in the Interaction between Integrated
component or system.
1)Component integration Testing
2)System Interaction Testing

Regression Testing : Testing of Previously Tested Program
following Modification to ensure that defects have not been
Introduced or uncover in unchanged area of Software as a
Result of the Changes made. It is Performed when the
software or its Environment Changed.

Is This Answer Correct ?    1 Yes 0 No

Explain Bug Life cycle What is integration testing and regression testing What is verification..

Answer / gayathri

verification:To check the appliction is right or wrong.
It is static testing code is doesn't
execute.reviews,meetings,Auditings,walkthrought ....comes
under verification.
validation:To check the appliction is right or wrong
according to the customer expectations.It is static testing
code is execute.all testings like unit testing,system
testing,security testings.....comes under validation

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Manual Testing Interview Questions

what is system testing?

6 Answers  


Define system integrated testing with a live example.

2 Answers   Cap Gemini,


What is the Test Matrics?Process Matrics And Product Matrics?

1 Answers  


How to Test a C++ and unix application is there any automated tool available,

1 Answers   Calsoft, Primasia,


How could you present test strategy for the product testing?

0 Answers  






What is the difference between QA (Quality Assurance) & QA (Quality Analyst)?

4 Answers  


give me an Example of UAT test cases What is functional and nonfunctional explain What is validation testing

1 Answers  


what are the stages in Testing life cycle?

50 Answers   Accenture, DELL, Mind Tree, Planet Web Solutions, TCS, Trigent,


what is performance testing?

2 Answers   Crea,


i have an android phone i want to share a photo to my friends phone via Bluetooth.can you tell me possible test cases for this?

2 Answers  


hi friends... this is priya.i had 1 year of experiance in manual testing from jan-dec 2011 in a reputed level 5 MNC and my CTC is 3.25LPA . recently i cleared 2 rounds of technical and after 3days i will have hr interview in a CMMI level3 company... in hr interview they may ask about expected ctc.what i should answer for this question? i had more than a year gap, so what package i can expect? same CTC or some % of hike?

3 Answers  


what is difference between web application and client server application

2 Answers   CTS, iSoft,


Categories