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
what is verification and validation?
 Question Submitted By :: Radhesh
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is verification and validation?
Answer
# 1
Verification means Testing the software  correctly 
implements the specific function in that phase.It performs 
each and every stage of SDLC.
Validation Means to ensure the software that satisfied 
customer's requirements
 
Is This Answer Correct ?    4 Yes 1 No
BABA
 
  Re: what is verification and validation?
Answer
# 2
Verification: To ensure that the s/w correctly implements 
the specific function. 
Validation : To ensure that the s/w is satisfied the 
customer requiremens. 
 
Is This Answer Correct ?    3 Yes 0 No
Balu
 
 
 
  Re: what is verification and validation?
Answer
# 3
Verification - Are we building the product Right?
its the process of determining whether or not the products
of    a given phase of software development fulfill the
requirements establised during the previous phase.

Validation- Are we building the Right Product?
Process of evaluating software at the end of its development
to ensure that it is free from failures & complies with the
requirements.
 
Is This Answer Correct ?    6 Yes 0 No
Ashwin Kumar V N
 
  Re: what is verification and validation?
Answer
# 4
Verifiaction- is nothing but Testing
Validation is nothing but a part of Process(QA)
 
Is This Answer Correct ?    1 Yes 2 No
Hari Har Mishra
 
  Re: what is verification and validation?
Answer
# 5
Verification is nothing but to check whether our 
application is based on corresponding specification or not?

Validation is nothing but to check whether our application 
functionality is equal to customer requirements  or not?
 
Is This Answer Correct ?    1 Yes 0 No
Suneel Reddy
 
  Re: what is verification and validation?
Answer
# 6
Verification is the process of determining if a system meets
the conditions set forth at the beginning, or during
previous activities of the software development life cycle,
correctly. These conditions are set forth in software
requirements, which are usually formally documented. The
standard for software requirements documentation is
ANSI/IEEE Standard 830. Verification typically involves
reviews and meetings to evaluate
documents,plans,code,requirements and specifications. This
can be done with checklists, issues lists, walkthroughs, and
inspection meetings.

Validation is the process of evaluating a system to
determine whether it satisfies the specified requirements
and meets customer needs. Validation typically involves
actual testing and takes place after verifications are completed
 
Is This Answer Correct ?    2 Yes 0 No
Tushar, Pune
 
  Re: what is verification and validation?
Answer
# 7
Validation
-----------
1) Am I building the right product
2) Determining if the system complies with the requirements 
and performs functions for which it is intended and meets 
the organization?s goals and user needs. It is traditional 
and is performed at the end of the project.
3) Am I accessing the right data (in terms of the data 
required to satisfy the requirement)
4) High level activity
5) Performed after a work product is produced against 
established criteria ensuring that the product integrates 
correctly into the environment
6) Determination of correctness of the final software 
product by a development project with respect to the user 
needs and requirements

Verification
------------
1) Am I building the product right
2) The review of interim work steps and interim 
deliverables during a project to ensure they are 
acceptable. To determine if the system is consistent, 
adheres to standards, uses reliable techniques and prudent 
practices, and performs the selected functions in the 
correct manner.
3) Am I accessing the data right (in the right place; in 
the right way).
4) Low level activity
5) Performed during development on key artifacts, like 
walkthroughs, reviews and inspections, mentor feedback, 
training, checklists and standards
6) Demonstration of consistency, completeness, and 
correctness of the software at each stage and between each 
stage of the development life cycle.

Regards
Suresh.Chaluvadi
 
Is This Answer Correct ?    1 Yes 0 No
Suresh.chaluvadi
 
  Re: what is verification and validation?
Answer
# 8
Verification is the process of doing reviews and 
walkthroughs and conducting interviews.
This is doing before coding phase.
Validation is the process of doing actual testing in the 
source code.
 This is always starting after coding in SDLC.
 
Is This Answer Correct ?    0 Yes 0 No
Srinath
 
  Re: what is verification and validation?
Answer
# 9
Testing includes verification and validation:
Verifcation: building the product right.
Validation: building the right product.
 
Is This Answer Correct ?    1 Yes 0 No
Manjunath Naik
 
  Re: what is verification and validation?
Answer
# 10
Hai
According to me
Verification :is nothing but static testing.
i.e we can check whether the s/w meet the customer 
specification r not.
this is done by dev team
EX.reviews,inspection.

Validation: is nothing but dynamical testing
i.e we can check whether the s/w meet the customer req r 
not.
This is done with the involvement of client
ex.Block box testing
 
Is This Answer Correct ?    0 Yes 0 No
Sujatha
 
  Re: what is verification and validation?
Answer
# 11
Verification means the evelution of documents by reviews 
and meetings.Verification is Static Testing

Validation means the testing done by the tester. Validation 
is Dynamic testing
 
Is This Answer Correct ?    0 Yes 0 No
Kiran Kumar
 
  Re: what is verification and validation?
Answer
# 12
Verification is to check weather the system functionality 
is according to the SRS and FS but Validation is to check 
weather the system working according to SRS and FS.

Suresh
csuresh76@yahoo.com
 
Is This Answer Correct ?    0 Yes 0 No
Suresh.ch
 
  Re: what is verification and validation?
Answer
# 13
Verification is are we building the right product? it is 
static testing. this is corrective method of software 
testing. This is informatl method of software testing. 
before coding, testing will happen. no code will be 
checked. here.

Ex:Walkthrogh, inspection,reviews, etc.

validation is have we done right product? it is dynamic 
tesing. this is preventive method of software testing. 
formal method of software testing.  after coding, 
validation will be done based on the requirement of the 
client.

Ex: Behavioral or functional testing using software. real 
testing.
 
Is This Answer Correct ?    2 Yes 1 No
Geetha
 
  Re: what is verification and validation?
Answer
# 14
verification is the the process confirming the software 
meets its specifications.
Validation means it is process confirming that software 
meets its user requirements
 
Is This Answer Correct ?    0 Yes 0 No
Jagadhesh
 
  Re: what is verification and validation?
Answer
# 15
Verification: the process verify of the product,whether
meets design requirement or not.
Validation:the process validate of the product,whether meets
customer requirement or not.
 
Is This Answer Correct ?    0 Yes 0 No
Prasanna
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
What is difference between Test Plan and Test Strategy? AZTEC11
What test cases should be written in performance testing manually?  1
What is the role of a bug tracking system?  2
what is the difference between test case and test scenario TCS5
what is the difference between Client server application and web based application HCL5
What is risk analysis,what type of risk analysis u did in u r project Lehman-Brothers1
What is adhoc testing?when it can be done?  5
explain VSS IBM5
What is the difference between Quality Plan and Test Plan Anybody can give answer..Thanks in advance... Symphony4
What methodologies have you used to develop test cases? HCL2
Neelima, Can you please brief what are the 15 testing issues. I'm aware of 5 Software developement life cycle.  2
What type of testing you do in your project? Geometric-Software2
if u find bug is duplicated is it needed to again log it .how do u find bug is duplicated using test director as a tool SAP-Labs1
what is Test Factor  2
Who Decide Severity And Priority ?  5
Hi, Plz have a look on the following questions? Test Life Cycle, Regression,Performance, diff b/w system & integration, SDLC.. Virtusa1
How to prepare Test data? Verizon6
what is the meaning of the negative testing?  5
suppose we r executing 10 test cases.let us assume one test case(like 5th test case) failed. then as a test engineer what u will u do?is it app problem or u'r s"?  5
What u have choosed testing as your career whyn't developer? Give me some answers.Thank u  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