what the diff b/w verification and validation
Answers were Sorted based on User's Feedback
Answer / shyam
Verification is nothing but whether the application is
correct or not
Validation is nothing but whether the application is working
w.r.t customer requirements.
| Is This Answer Correct ? | 22 Yes | 4 No |
Answer / payal
Verification: The process of evaluating a system or
component to determine whether the products of the given
development phase satisfy the conditions imposed at the
start of that phase.
Validation: Determination of the correctness of the
products of software development with respect to the user
needs and requirements.
| Is This Answer Correct ? | 16 Yes | 1 No |
Verification:-
1) It is static process.
2) It is a process of prevention of errors.
3) It consist of checking the requirements specification.
4) Error/Issue found at this stage are very less cost
effective.
Validation:-
1) It is dynamic process.
2) It is a process of detection of errors.
3) it consist of validating the requirements specification
with the help of executing on machine or PC.
4) Error/Issue found at this stage is very high cost
effective.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / baburao tirlapur
Verification: The process of preventing the error
Validation : The process of checking the error
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / aarti
Verification: Process of evaluation before execution of the
application
Validation: Process of evaluation after execution of the
application
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / prasadz
verification: verification is to ensure that weather we
built software right r not.
validation: validation is to ensure that weather we built
right software r not.
| Is This Answer Correct ? | 8 Yes | 6 No |
Verification:
Verification is a process in which QA people will check each and every role of the organisation and its outcome documents in order to check whether they are working according to the company's guideline or not from the starting phase of SDLC to the end.
Validation:
Validation is a process in which QC people will test the developed application and its related parts inorder to confirm whether are whether they are working a/c to the req or not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / samsirsameer
Simple Answer
Validation: Are we doing the right job?
Verification: Are we doing the job right?
Thanks, SamsirSameer
samsirsameer@gmail.com
| Is This Answer Correct ? | 3 Yes | 5 No |
can anyone please clearly tell me about test scenario,test script&test case.in which levels v prepare all these?
What is Facet Testing?
"Why are you looking for a change?". This is the common question that is asked in any interview. Can anyone tell me wat kind of answer would impress the interviewer.
what is inter operative testing?
how we do system testingf project?
I would like to reserve railway ticket online and paying the fare through net banking. Friends help me to write test cases???? Give answer for this as soon as possible...
What is baseline testing?
expalin integration tsting who will perform ths type of testing at what time will do
How can software qa processes be implemented without stifling productivity?
What command is used to launch a application in winrunner?
what is the difference between testing and software testing? what is testing methodology? how can we do reliability testing? plz reply to this id sari.swapna@gmail.com
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....