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 ?    18 Yes 5 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 ?    18 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 ?    13 Yes 1 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 ?    3 Yes 9 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 ?    9 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 ?    6 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 ?    5 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 ?    3 Yes 3 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 ?    9 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 ?    3 Yes 4 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 ?    6 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 ?    2 Yes 2 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 ?    5 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 ?    3 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 ?    3 Yes 2 No
Prasanna
 
  Re: what is verification and validation?
Answer
# 16
Verification refers to checking or testing of items,includes sofeware,for conformance and consistency with an assosiated specification. For verification techniques like review,analysis and inspection are commonly used.

Validation refers to the process of checking that the developed sofeware is according the requirments specified by the user.
 
Is This Answer Correct ?    1 Yes 0 No
Joshua
 
  Re: what is verification and validation?
Answer
# 17
Verification is "checking whether we are doing correctly or 
not".

Validation is "checking whether we have done correctly or 
not".
 
Is This Answer Correct ?    0 Yes 0 No
Dathatreyulu
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
Can anyone please give me the idea how does Requirement Tracebility Matrix, looks like ? or mail me at: ontesting@gmail.com  8
whats the difference between test matrix and traceability matrix? tell me with some illustrations.  2
If u have to test the web page application & name, date & email are the important fields then how will u test it in the negative way?  1
difference between load testing and stress testing?  2
name the types of methodologies  1
What are the Challenges you faced while testing your Projects CitiGroup1
hi frnds, i m Aman.. i was asked some ques. in an interview which r concerned with Web based Testing.. ques were like, URL Tempory in testing, other was smthin like Gateway in testing?? plz tell me answers of these questions as i dont hav knwledge abt web based testing.. thnx in advance.. Net-Solution2
What is the difference between Incident and Defect. Anybody can answer it. Thanks in advance. iFlex2
What is CMMI?  1
May i know now-a-days most of the companies are following which model?  7
what is the use case ? what is the use of the use case ? Kanbay2
Difference between verification and validation?  2
Difference between the HotFix,ShowStopper and critical bug? Infotech3
why do u go for test bed?  1
Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r all d responsibilities of a Manual Tester in Mainframes Testing? Plzzz reply!! IBM5
what is the difference between application server and web server? Symphony3
Acceptance testing is designed whether or not the software is FIT for the user to use. The concept of FIT is important in both design and testing. There are four components of FIT .what r they Infosys1
What r the different FUNCTIONAL testing techniques?  5
How do we decide scope for smoke and sanity testing? BMC1
Explain defect lifecycle. Hexaware2
 
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