ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
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
 
 Question Submitted By :: Bollasaikishore
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 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
Answer
# 1
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 ?    2 Yes 0 No
Gayathri
 
  Re: 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
Answer
# 2
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 ?    0 Yes 0 No
Gayathri
 
 
 
  Re: 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
Answer
# 3
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 ?    0 Yes 0 No
Shyam
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
if u r only person in the office and client asked u for some changes and u didn,t get what the client asked for what will u do? MBT2
Which method of testing we use to test LOGIN page? Cap-Gemini5
What are the prototypes are used during the integration testing ?Explain the stub and the driver in details?Are the stub and the driver both are used in top-down and the bottom-up approaches ? CitiGroup2
What is workadround  2
Why do u want to change the job? Minecode2
what is testing methodologies manually following by the tester in an company? pl give me answer SGT2
Principles of testing?  3
Retesting will be coducted on particuler bug or entair application?  6
What is TEST PLAN, TEST STRATEGY, TEST SCENARIO, TEST CASE, TEST SCRIPT? can any body give me definition with example.  1
What do you mean by review? How many reviews are there in manual testing? please explain those? Infosys2
what kind of document are follow to write test case ??can u tell me briefly  2
what is the diff between BVA & ECP and also advantages about thease techniques..& i want some proper examples... from sekhar yadav sunkara svsekhar2003@gmail.com iGate1
In V model how will you explain all testing types (unit,integration,sysetem,acceptance testing) as all these parallel testing.E.g.Once the design phase is completed how will you do the integration teting over here as tester doesnt know much about design.Briefly justify the V-model? Mind-Tree1
how do we start testing when the build is required HCL1
What is the Entry Point for Test Plan?  5
what is the difference between BVA&ECP? Infinite-Computer-Solutions3
what is metrices?  2
What is meant by Product-based testing? IBM5
What is the difference between unit testing and functionality testing ? CSS6
Which methodologies, Technologies are fallowed in your company?  2
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com