Please let me know Whether testing comes under verification
or validation ?
Answers were Sorted based on User's Feedback
Answer / bayana praveen reddy
Testing comes in Validation, Validation is nothing but
Requirements by client , [ how functionality should work]
ex: in login screen on clicking ok button it should go to
inbox . this is a validation
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / varshab
Infact testing comprises of both verification & validation.
Verification : It is process of confirming application
meets requirements.
Validation : It is process of confirming applicaion meets
user needs.
If you all will go through V & v model then your view
regarding testing will be much clear.
Actually verification is inicial step.For instance when we
(Tester) receive copy of approved requirements then we
perform verification.
After completion of development of application & before
releasing it to end user we conduct acceptance testing that
is validation.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sam
"Testing" comes under "Validation"...
Validation is the process of checking the "Product" itself...
The output of validation is nearly perfect product.
"Verification" is the process of evaluating the documents
such as it undergoes "Walkthrough" etc.,
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / illur iqbal
Testing comes under Validation. VAlidation is comprised of
Actual Testing the Application or a Product
| Is This Answer Correct ? | 2 Yes | 0 No |
verification and validation comes under testing,
verification is nothing but static testing and validation
means dynamic testing.So static testing comes under
verification while dynamic testing comes under
Validation.It would be wrong to say that testing comes
under verification or validation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ashok
From my point of view testing comes under validation
..Because when client requires some output then the Testers
do some actions. Thats Validation .
For Ex:-when we are entering values in Login field and
entering OK,It should hit the next page (that means it has
go in entering page).It is VALIDATION.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / priya
Testing is comes under Validation..
(or)
Testing is comes under Quality control-QC...QC means-
defect detection.
| Is This Answer Correct ? | 1 Yes | 1 No |
Verification is proving that a product meets the
requirements specified during previous activity carried out
correctly throughout development life cycle ,while
validation checks that the system meets the customer's
requirements at the end of the life cycle.
The creation of the test product is much more closely
relation to validation than to verification .
Traditionally software testing has been consider a
validation process.
| Is This Answer Correct ? | 0 Yes | 0 No |
What would you do if you were asked to test a system which is unfamiliar to you has out-of-date or inadequate documentation?
What are the points to be considered while testing an application on different browsers like firefox, opera, mozilla, ie etc. on both windows & linux ??
Explain Testing process in your organization?
Plese tell me What is V model how do u prepair documnet using V model ?
What is the difference between Retesting and Data Driven Testing?
what is exactly a tracebility matrix?
Example of high severity and low priority bug
can any one define V-V testing?....thanks in advance
how many buils u r getting in u'r project?
5 Answers Professional Access,
Can anyone explain Boundary value Analysis and equavelance partition with real time example
How can we test whether Java & .net was installed in our PC or not?
Did u come across STUBS and DRIVERS?How did u use these in u r project ?