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   SiteMap shows list of All Categories in this site.
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 ?    3 Yes 2 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 ?    1 Yes 2 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 1 No
Shyam
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
How do you test cookies? ADITI9
what is non functional requirements used in ur project? MAHINDRA3
I have password field in my application.while entering data into pwd field the characters are not encrypted will it come under gui testing or unit testing? is gui testing checked by typing or entering data into fields?  6
How do u test the application without any documents?  3
What a manual tester should know about web servers?what he tests in servers? Mind-Tree2
I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testing ? please give me a answer ..... HCL3
At what stage of the life cycle does testing begin in your opinion?  1
I am working in a small company as a QA analyst. Suppose company has a no testing work and they give me some other works like data entry work then how to reply in that matter. Means what I have to say? whether I have to accept the work or what? Please reply.  3
How do we perform critical section first (Integration testing) at specification requirement stage of SDLC? I suppose this is incorrect question as integration testing can be initiated when: * The relavant individual code modules have been designed.please correct me if i am wrong  1
have u involved in reviws ? wt type reviews u done? Accenture2
What do u mean by Top down approach and Bottom up approach? How will u implement these in u r project ?  6
can any one tell whats the difference between smoke testing and sanity testing HCL9
What is "V-n-V" Model ? Why is it called as "V"& why not "U" ? Also tell at what Stage Testing should be best to stared?  4
how we send mobile applications software to mobile device ? how outlook express interacts with mobile software? any body pls tell me this answer?  2
what is security test,what is meant by authentication &autherization kenexa2
When do you go for integration testing?  5
Smoke Testing is responsibility of Tester & Developer ?  5
1. what is the test prcoedure that your fallowing in ur organization ? 2. Infosys5
Tell me the test cases for Notepad? Patni2
There are 2 options for Editing say Edit User. 1) Press Alt+E 2) Double click the user 3) Press Edit button Should I have to write 3 different cases for it?  3
 
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