You are on page 1of 8

Advertise your Business Here

Browse | Placement Papers | Company | Code Snippets | Certifications


| Visa Questions
Post Question | Post Answer | My Panel | Search | Articles | Topi
cs | ERRORS new
Refer this Site Login | Sign Up

Ask Questions on ANYTHING, that arise in your Daily Life at FORUM9.C


OM

Categories >> Software >> Testing >> Manual Testing

Automation Testing Interview Questions


Manual Testing Interview Questions
QA Concepts Interview Questions
Mobile Testing Interview Questions
Test Cases Interview Questions
Test Documents Reporting Interview Questions
Testing AllOther Interview Questions
Question Difference between Verification & Validation?
Question Submitted By :: U14810
I also faced this Question!! Rank Answer Posted By
Re: Difference between Verification & Validation?
Answer
# 1 Verifiaction:Means are we doing right thing.i.e we have to
check whether we are implementing right process.
validation:Means are we doing things right.i.e we have to
check whether we have developed a software as per the
client requirement.
Is This Answer Correct ? 76 Yes 26 No
4 Anu

Re: Difference between Verification & Validation?


Answer
# 2 Verification is done through out the life cycle of the
project/product where as validation comes in the testing
phase of the application.
Is This Answer Correct ? 46 Yes 23 No
1 Narayana

Re: Difference between Verification & Validation?


Answer
# 3 Verification ensures that the application complies to
standards and processes. This answers the question " Did we
build the right system? "
Eg: Design reveiws, code walkthroughs and inspections.
Validation ensures whether the application is built as per
the plan. This answers the question " Did we build the
system in the right way? ".
Eg: Unit Testing, Integration Testing, System Testing and
UAT.

Is This Answer Correct ? 39 Yes 25 No


0 Mercy

Re: Difference between Verification & Validation?


Answer
# 4 Varificatio:it is the process of confirming that s/w "meets
its specification".It involves reviews and meetings to
evaluate documents,plans,code,requirement and
specification.This can be done with checklist,issues lists
amd walkthroughs.
It is the examination of the process and checks r we
building the product right?
Validation:It is the process of confirming that it "meets
the user's requirements".Validation typically involves
actual testing and take place after varification are
completed.
Is This Answer Correct ? 22 Yes 12 No
5 Kittu

Re: Difference between Verification & Validation?


Answer
# 5 Varificatio:it is the process of confirming that s/w "meets
its specification".It involves reviews and meetings to
evaluate documents,plans,code,requirement and
specification.This can be done with checklist,issues lists
amd walkthroughs.
It is the examination of the process and checks r we
building the product right?
Validation:It is the process of confirming that it "meets
the user's requirements".Validation typically involves
actual testing and take place after varification are
completed.
Is This Answer Correct ? 27 Yes 8 No
1 Kittu
Re: Difference between Verification & Validation?
Answer
# 6 Verification takes place before validation,and not
viceversa. Verification evaluates
documents,plans,code,requirement and
specification.Validation evaluates product itself.The
inputs for verification are checklist,issues
lists,walkthroughs and inspection meetings,reviews and
meetings.The input for validation is actual testing of an
actual product.The output for verification is nearly
perfect set of documents,plans,specificationand requirement
document. The output of validation is nearly perfect product
Is This Answer Correct ? 12 Yes 9 No
0 Megha Purohit

Re: Difference between Verification & Validation?


Answer
# 7 Verification : 'Are we buliding a Product right?'it is a
static testing method.
Validation : 'Are we building a right Product?'it is a
Dynamic testing method.
Is This Answer Correct ? 25 Yes 7 No
0 Saranya

Re: Difference between Verification & Validation?


Answer
# 8 verfication : A stage wise verfication of Design at
different stages thorugh test cases or reviews or any other
tool
validation: chekcing whether product designed meeting
client inputs and working as per the requirement It may be
validated by client or by practical validation on simulation
Is This Answer Correct ? 7 Yes 7 No
0 Chandra Shekhar

Re: Difference between Verification & Validation?


Answer
# 9 verication is to check we are doing right..
validation is to prove we have done right..
Is This Answer Correct ? 14 Yes 9 No
0 Sachin

Re: Difference between Verification & Validation?


Answer
# 10 Verification -> Are we building product right?
Validation -> Are we building right product?
- Verification evaluates documents, plans, code,
requirements, and specifications.
- Validation, on the other hand, evaluates the product itself.
- The inputs of verification are checklists, issues lists,
walkthroughs and inspection meetings, reviews and meetings.
- The input of validation, on the other hand, is the actual
testing of an actual product.
- The output of verification is a nearly perfect set of
documents, plans, specifications, and requirements document.
- The output of validation, on the other hand is the
actual/perfect product.
=> Verification comes before Validation.
Is This Answer Correct ? 29 Yes 4 No
0 Kasturi

Re: Difference between Verification & Validation?


Answer
# 11 verification-
1 it emphasize on building the product right.
2 it is a low level activity.
3 it only checks the correspondence between a program and
its specification.
4 we do the Defect Testing to uncover errors.
validation-
1 it emphasize on building the right product.
2 it is a high level activity.
3 it checks that whether the software is operationelly
useful or not.
4 we do the Validation Testing to meet the customer
requirements.
Is This Answer Correct ? 15 Yes 4 No
0 Priyanka

Re: Difference between Verification & Validation?


Answer
# 12 verification is simlpy a method by whch we check that is we
are making the things right or not?means applying right
procedure or not,committing any mistakes or not and so on.
Validation is a process by which we check that is we are
making the right product or not,means the produt we are
making is as per as the client requirement or not.
Is This Answer Correct ? 6 Yes 4 No
0 Rashmi Rai

Re: Difference between Verification & Validation?


Answer
# 13 Verification - Suppose, as per requirement we r supposed to
design a view with define number of values. So, to check
whether the view has that particular values on the view or
not.. this process is known as Verification. Verification of
Requirements.
Validation - Now, we need to test the view whether that
values defines on the view are functioning properly or not.
This process is known as Validation. Validation of
functionality.
Please correct me if I am wrong.
Is This Answer Correct ? 4 Yes 5 No
0 Deepak

Re: Difference between Verification & Validation?


Answer
# 14 verification:
system is right or wrong
validation:
system is write or wrong with respect to customer's
requirements
Is This Answer Correct ? 7 Yes 5 No
0 Nishu

Re: Difference between Verification & Validation?


Answer
# 15 Verification:It is a process of checking or ensuring that
the product is delivering all the functionality to the
customer.
Validation:It is a process of ensuring the functionality,
as defined in the requirement is the intended behaviour of
the product.
Is This Answer Correct ? 2 Yes 7 No
0 Syed Zabiur Rahman

Re: Difference between Verification & Validation?


Answer
# 16 Validation:
The Validation technique refers to the process of
evaluating a software product at the end of its development
stage to ensure that it is free from failures, and complies
with the requirements.
Verification:
The Verification technique refers to the process of
determining whether the products of a given phase of a
software development process fulfill the requirements
established.
Is This Answer Correct ? 4 Yes 5 No
0 Manu

Re: Difference between Verification & Validation?


Answer
# 17 verification:(R u doing the right job?)means its a process
that makes it sure that the s/w product is developed the
right way...
Helps in identying not only presence of defects but also
their location..
validation:(R u doing the job right?)means its a process of
finding out if the product being built is right or wrong...
Helps in identying the presence of defects, not their location..
Is This Answer Correct ? 3 Yes 3 No
0 Pragati Patil

Re: Difference between Verification & Validation?


Answer
# 18 Verification-:it is a process of checking conducted on each
and every roll in the orgination in order to confirm
whether they r wofking according to the company process
guidlines or not

Validation-:it is a process of checking conducted on devep


application or its related parts in order to confirm
whether they r working according to the exceptions r not
Is This Answer Correct ? 1 Yes 3 No
0 K.nalini Prasanna

Re: Difference between Verification & Validation?


Answer
# 19 Verification is PROCESS related
Validation is PRODUCT related
Is This Answer Correct ? 2 Yes 5 No
0 Subitha

Re: Difference between Verification & Validation?


Answer
# 20 verification define is we building the product right?
validation define is we building the right product?
Is This Answer Correct ? 2 Yes 2 No
0 Surendra

Re: Difference between Verification & Validation?


Answer
# 21 Verification : 'Are we buliding a Product right?'it is a
static testing method.
Validation : 'Are we building a right Product?'it is a
Dynamic testing method.
Is This Answer Correct ? 1 Yes 2 No
0 Rakesh Tiwari

Re: Difference between Verification & Validation?


Answer
# 22 Verification: To ensure that we have built the product
according to Customer specifications or not.
Validation: To ensure that the product is working fine or not.
Is This Answer Correct ? 1 Yes 0 No
5 Abdullah

Re: Difference between Verification & Validation?


Answer
# 23 verification is something which is in which we verify that either we are ge
tting right output or not. e.g: if we have two numbers 3 and 5 and we add them.
to check that either it is giving right output or not is verification
validation is something that we validate either the inputs and functionality of
software is accurate or not.
Is This Answer Correct ? 1 Yes 0 No
0 Sehrish

Other Manual Testing Interview Questions


Question Asked @ Answers
please tell me the test cases for the following scenario 1. Two windows are ther
e in one window pin code text box and ok button will be there.... we need to ent
er the pin code no and then click on ok........ basing on this in second window
post offices address should come...........what are the imp test cases for that.
.... IBM 8
can anybody tell me what is thread testing with a practical example,coz the defn
is liitle complex it seems. 3
What is Buddy testing? Accenture 3
what is fpa ? 5
what is cyclomatic complexity ? 2
what is the diff b/w Test Strategy and test approach doc? and which team prepare
s these doc's? 2
Can any body tell me in real time how cookies testing is done. And please tell m
e the steps.And for cookies testing test cases is needed. 1
who assigns siverity for a bug? is it test engnr, test lead or devlopment lead?
4
a apllication is given to you but the requirements and functionalities are missi
ng what will you do to start the testing? Wipro 10
can u give me the test scenario template and one example test scenario? AppLabs
5
How do you arrive at the estimaton of efforts for a particular function, if you
have not worked on that function testing before and do not have any past experie
nce? RBS 6
what are the reason for assigning the status Postponed and differed to a bug? Pl
s tell me with exampless 2
how can we test an application to know the expiration period (i.e,below or equal
to expiry-date it shud work and above it shud fail). [assume this s/w app'n val
idity period is 2months] 3
Main concepts in webpage Testing? Crea 1
1. what is a difference between test plan and test strategy?2.What is the test p
lan is different from the test strategy? then how? 2
differentiate test case and test script 2
What are the possible test cases/test scenario for Search functionality ? 3
what r the test cases of SMOKE,FUNCTIONALITY,REGRESSION for LOGIN PAGE. how do u
check it CTS 2
What is adhoc testing?when it can be done? 5
what are test cases for Session Time Out? 3
For more Manual Testing Interview Questions Click Here

Copyright Policy | Terms of Service | Help | Site Map 1 | Articles | S


ite Map | Site Map | Contact Us |
Copyright © 2009 ALLInterview.com. All Rights Reserved.

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

You might also like