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
1. What is Validation and Verification?
 
2. What is Severity and Priority? Give an examples for:
      Severity High and Priority High
      Severity High and Priority low
      Severity low and Priority high
      Severity low and Priority low
 
3. What is Test Metrics?
 
4. What is Traceabily Matrix?
 
5. What is CAR in Cheque Remittance Project?
 
6.What are the tabs in the latest version of Test Director?
 
7.Explain Development "V" Model?
 
8.What will you do first when you are asked to start testing?
 
9.What will you do if you find a bug first time? Can i
directly report to the developer?
 
10.Can you connect Load Runner to Test Director?
 Question Submitted By :: Shyam
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 1. What is Validation and Verification? 2. What is Severity and Priority? Give an examples for: Severity High and Priority High Severity High and Priority low Severity low and Priority high Severity low and Priority low 3. What is Test Metrics? 4. What is Traceabily Matrix? 5. What is CAR in Cheque Remittance Project? 6.What are the tabs in the latest version of Test Director? 7.Explain Development "V" Model? 8.What will you do first when you are asked to start testing? 9.What will you do if you find a bug first time? Can i directly report to the developer? 10.Can you connect Load Runner to Test Director?
Answer
# 1
Verification is the process to assure that, the product in 
particular phase of development process is consistence with 
the requirements

validation is nothing but assuring that the final product 
statisfies the system reqirements

Severity is nothing but how serrious is the defect on the 
functionality

Priority is the importance of the defect to resolve interms 
of customers

severity high and priority high  
eg: cannot connect to server high severity
    no date formate high prioty

eg:incorrect output high severity
   look of web page not good low priority
(i think u got an idea on severity and priority)

Test Metrics:
Metrics is nothing but measurement
there are 3 types of measurement 

QAM(Quality Assurence Measurement):This is used to test 
where quality is coming or not

TMM(Test Management Measurement):To find how much testing 
is completed and how is to test

PCM(Process Capability Measurement):Depending on old 
project any changes are required or not

Traceability matrix:defines the mapping between customer 
requirements to possible test cases developed to test that 
requirement

Sorry i have no idea on CAR

In TD we have Requirements tab
              Test Plan Tab
              Test Lab Tab
              Defects
V-Model Stands for Verification and validation
this defines mapping between multiple stages of development 
stages along with multiple stages of testing
 
Is This Answer Correct ?    1 Yes 0 No
Neelima
 
  Re: 1. What is Validation and Verification? 2. What is Severity and Priority? Give an examples for: Severity High and Priority High Severity High and Priority low Severity low and Priority high Severity low and Priority low 3. What is Test Metrics? 4. What is Traceabily Matrix? 5. What is CAR in Cheque Remittance Project? 6.What are the tabs in the latest version of Test Director? 7.Explain Development "V" Model? 8.What will you do first when you are asked to start testing? 9.What will you do if you find a bug first time? Can i directly report to the developer? 10.Can you connect Load Runner to Test Director?
Answer
# 2
Neelima has given very gud answers, i wud just like to add
teh following:
10. Yes winrunner can be connected to Test Director. I m not
sure on how exactly, but we can surely connect load runner
and winrunner to TD.
9. Make a note of that bug as per ur company standards. And
if any specific procedure for teh bug reporting is to be
followed, like the team leader has to be informed or
anything of that sort, then follow that procedure. If
nothing of this sort then your first time bug can be
reported to teh developer but u shud also make a note of it
8. Understand the requirements or the exact output that we
should be getting and how
2. Low severity and high priority
Example: take a spell mistake. It wont have any impact on
the functioning of the project or site, but it wont give a
gud impression. So basically the severity is low, but
priority is high
 
Is This Answer Correct ?    1 Yes 0 No
Inder
 
 
 
  Re: 1. What is Validation and Verification? 2. What is Severity and Priority? Give an examples for: Severity High and Priority High Severity High and Priority low Severity low and Priority high Severity low and Priority low 3. What is Test Metrics? 4. What is Traceabily Matrix? 5. What is CAR in Cheque Remittance Project? 6.What are the tabs in the latest version of Test Director? 7.Explain Development "V" Model? 8.What will you do first when you are asked to start testing? 9.What will you do if you find a bug first time? Can i directly report to the developer? 10.Can you connect Load Runner to Test Director?
Answer
# 3
1.Verification typically involves review and meeting to 
evaluate document , code plan and specification.
Validation typically involues actual testing and it takes 
place once verification is completed

2.Severity - This refers to seriouress of the bug
Piroity - Must fix as soon as possible.bug is blocking 
further progress

4.Traceabilty Matrix - This provide an evidence that all 
the software req are met to the completion of the testing.
This document estabilishes the traceability between req and 
test cases executed at the system phase.

6.What are the tabs in the latest version of Test Director?

Requeriments
Test PlanTest cases
Defect

8.What will you do first when you are asked to start 
testing?

First and foremost we need req document...Then we need to 
understand the application as client needed...we need to 
prepare Test plan,Test cases etc.

9.What will you do if you find a bug first time? Can i
directly report to the developer?

We need to raise the bug in the Defect tracking tool and 
assign to the developer.

10. Yes winrunner can be connected to Test Director.
 
Is This Answer Correct ?    0 Yes 0 No
Deepa
 
  Re: 1. What is Validation and Verification? 2. What is Severity and Priority? Give an examples for: Severity High and Priority High Severity High and Priority low Severity low and Priority high Severity low and Priority low 3. What is Test Metrics? 4. What is Traceabily Matrix? 5. What is CAR in Cheque Remittance Project? 6.What are the tabs in the latest version of Test Director? 7.Explain Development "V" Model? 8.What will you do first when you are asked to start testing? 9.What will you do if you find a bug first time? Can i directly report to the developer? 10.Can you connect Load Runner to Test Director?
Answer
# 4
1.Quality control is the another name for verification. 
verfication nothing but what we take precaution while 
developing project is called verficatin. verification is 
done during the development phrase. EX:Reviews,Meetings..
Quality assurance is the antother name for 
validation.validation nothing but what we take precaution 
after developing project is called validation. Validation 
is done after developing the software.

2.In yahoo messanger example, there is uid and password,
Severity High and Priority High: uid and password taking 
wrong unsuscribed userid and password.
Severity High and Priority low: There is a spelling mistake 
in yahoo messanger.Ex:Instead of uid, there is vid.

3.
 
Is This Answer Correct ?    0 Yes 0 No
Subbu
 
  Re: 1. What is Validation and Verification? 2. What is Severity and Priority? Give an examples for: Severity High and Priority High Severity High and Priority low Severity low and Priority high Severity low and Priority low 3. What is Test Metrics? 4. What is Traceabily Matrix? 5. What is CAR in Cheque Remittance Project? 6.What are the tabs in the latest version of Test Director? 7.Explain Development "V" Model? 8.What will you do first when you are asked to start testing? 9.What will you do if you find a bug first time? Can i directly report to the developer? 10.Can you connect Load Runner to Test Director?
Answer
# 5
CAR generally means Cause Analysis Report------- used to 
analysis any unexpected activity( which is not in risk plan)
happened in the testing process.

Sreenu Babu
 
Is This Answer Correct ?    0 Yes 0 No
Sreenu Babu
 
  Re: 1. What is Validation and Verification? 2. What is Severity and Priority? Give an examples for: Severity High and Priority High Severity High and Priority low Severity low and Priority high Severity low and Priority low 3. What is Test Metrics? 4. What is Traceabily Matrix? 5. What is CAR in Cheque Remittance Project? 6.What are the tabs in the latest version of Test Director? 7.Explain Development "V" Model? 8.What will you do first when you are asked to start testing? 9.What will you do if you find a bug first time? Can i directly report to the developer? 10.Can you connect Load Runner to Test Director?
Answer
# 6
CAR is Causal Analysis and Resolution.It comes as the one 
of the KPA or key process area of level-5 in Capability 
Maturity Model.

Winrunner  TD connection

1 . In winrunner in tools menu TD Connection option is 
there.select this.
2 .Take that one and give the server name in which td is 
installed.If it is ur own system give that name and click 
connect.
3.Give project name that u have created in td.Then give 
username and password u have created in td for this project.
4.Check 'allow connection for local project' .

now u will be connected to td from ur winrunner. and when u 
try to save ur script it will be saved in the current 
connected project in td.

Understood ?
 
Is This Answer Correct ?    0 Yes 0 No
Rehina
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
what is iterative testing  2
What are the things you prefer and prepare before starting testing?  5
1 what is smoke and sanity testing , when it will be performed ?  3
where do we store our test cases>? TCS5
what is port testing?when it is going to be done?  3
what is bottleneck of application?  1
Hi frnds, this is Aman, i m MCA.. Wud u plz tell me What is Peer Review in testing? Who does peer review and why? Thanks a lot in advance..  6
McroSoft Six rules standard for Userinterface testing? IBM2
which process u followed in ur company?  3
What is Injuction testing?  2
how to check stress and load testing by manually ? with example  1
I am uma new commer for this site? I have some doubt's pls clarify it..... I finished my B.Com and S/w Testing Course Now iam serarching a job in Testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,Matrix for Banking,ERP Projects etc.,  7
Explain Alpha Testing and Beta Testing Virtusa3
what is diff b/w smoke testing & sanity testing? Wipro9
How many test scripts can you prepare per a day? AppLabs4
For Editing functionality: If there are 10 fields on survey form.User can edit anything from theese 10 fields. User can edit only first field or he can edit 3 fields at a time or can edit all 10 fields at a time or can edit 1 field of one survey form, 2nd field of 2nd survey form, 3rd field of 3rd survey form etc. upto 10th fields or nothing will edit & close the form . My question is --> I have to write test cases for above all scenarios? Let me know it's urgent.  1
What is the difference between QA and QC?  8
High sevirity, low prority bug Lehman-Brothers4
if u have 10 inputs & you written 500 testcases for that.out of this u found 20 defects.as a tester how u found from which requirement that a particular defect will occur. Semantic-Space4
how u will write test case for system testing give me example  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