what is validation and verification
Answers were Sorted based on User's Feedback
Answer / vimal
Verification: It is a process confirming that software
meets its specification document. It basically involves
walkthroughs, review and inspection. QA team members define
the process as per the specification.
Validation: It is a process confirming that software
meets its user requirements. It basically involves testing.
Validation technique done after verification process. QC
team like testers they r going to implementing the process
defined by QA team.
Verification is QA activity which ensures that the software
product is designed to deliver all the functionality
whatever mentioned in the requirement specification
document. Reviews, walkthroughs and inspections are its
techniques. It is a preventive phase.
Validation ensures that whatever mentioned in the
requirement specification document should be the intended
behavior of the software. Validation is actual testing. It
is a corrective phase and is QC activity.
Vimal (Test Engg.)
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / kishore
Verification typically involves reviews and meetings,to
evaluate the
requirements,specifications,documents,code,plans.This can
be done with the check lists,walk throughs,inspections and
meetings.
Validation typically involves the actual testing process
the validation takes place after the verification is done.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rangaraman
Verification is a set of activities carried out to see
whether we are we building the system right.
Validation is a set of activities carried out to check
whether we are we building the right system.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / tester
Verification: Test execution to insure all functionalities
stated in RA are delivered.
Validation: Test execution to insure all functionalities
delivered as stated in RA are working as per requirement
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nithya
Verification:
Verification is static testing.This testing involves
walkthroughs,reviews ,inspections.This is testing whether
design document is prepared according to the requirements
or whether there is any deviation from it.This is testing
whether the developer has coded according to the design doc
(requriement) or is there is any deviation dfrom it.This is
checking whether test cases are written according to the
design and requirement docs or is there is any deviation
from it.On the whole this is just verifying whether we are
building the Product right or are we deviating from what's
expected to be achieved.Here v dont perform any testing on
the application we just verify everything manually thatsy
it's called static Testing.
Validation:Validation is dynamic testing.Here we validate
the applcaition to confirm that the application works
satisfying the customer's needs.verification is checking
whether v are building the Product right satisfying
customer needs.in this teting v enter valid and invalid
inputs and observe how application behaves.To perform
validation for the applciation v implement techniques like
boundary value analysis,Erro guessing and Equivalence
partitioning.
verification and validation together is called V model.The
name V is given considering the time gap.Time gap b/t unit
testing and coding is less compared to the time time gap
b/w UAT and requirements gathering.Time increases
Is This Answer Correct ? | 2 Yes | 0 No |
Hai...
Verification:
The process of evaluating software to determine
whether the products of a given development phase satisfy
the conditions imposed at the start of that phase.
Verification is the process of determining that a
computer model, simulation, or federation of models and
simulations implementations and their associated data
accurately represents the developer's conceptual
description and specifications
Validation:
The process of evaluating software during or at
the end of the development process to determine whether it
satisfies specified requirements. In other words,
validation ensures that the product actually meets the
user's needs, and that the specifications were correct in
the first place, while verification is ensuring that the
product has been built according to the requirements and
design specifications.
Validation ensures that ‘you built the right
thing’. Verification ensures that ‘you built it right’.
Validation confirms that the product, as provided, will
fulfil its intended use.
K,Byeee...
B.Ramyasri
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhubabu
VERIFICATION: verification is the process of verify the
documents completeness and correctness of the documents.
verification is allowed to the walk through and evaluate the
Test plan,requirements, Documents, .... and it allowed to
the walk through, review meetings inspections.
validation: validation it takes from after completion of the
verification take place
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / poornima
verification is a process of checking conducted on each and
every role in the organisation to conform whether they are
doing there work according to the company's process
guidelines or not.
validation is a process of checking conducted on the
developed application or its related parts to conform
whether they are working according to the expectations or not
Is This Answer Correct ? | 0 Yes | 0 No |
Hi I m working as a sqa engineer and after 1 yr i want to switch to system analyst side kindly tell me how both fields relate each other and is this easy to switch job from qa to system analyst and what's the difference b/w both fields.
plzz tell me the test cases for Bank Application Security
what is the difference between testing techniques and principles of testing?Kindly explain both of them with an example.
If you come onboard, give me a general idea of what your first overall tasks will be as far as starting a quality effort.
Explain agile development processes?
I test change password field for a application.But it accept new password same as old password. Is it not a issue??I raise this issue but developer team mark invalid.
can 100% quality be achieved?
How do you determine which piece of software require how much testing?
What is role and responsibility of a senior software testing engineer in the company?( Day to day activities)
what is web testing and what should you test in web testing?
what is requirements review process? Can anyone please explain me? Thanks, Prasanna
1) What r the properties, Advantages & Disadvantages of each types of action? 2)When I can use this?