verfication vs validation
Answers were Sorted based on User's Feedback
Answer / sairam
verfication is the process that checking are we developing right product or not?
validation is the process that checks that are we developed right product or not?
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / yogesh k bendke
Verification:-
1)Verification is the static process'
2)For verification we need no execution of system.
3)ways are:a)Inspection
b)Walk-through
c)code review
d)Audit-External or Internal.
4)to make sure we develop the product right?
validation:-
1)validation is the dynamic process.
2)We need to execute the system to do validation
3)To make sure we developing the right product.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mallikarjun vh
Verification testing is Are we building the Product right?" whereas Validation testing is "Are we building the right product?" Verification testing involves static testing, whereas Valiation testing is nothing but the Dynamic Testing. Verification testing involves reviewing the test plan documnetaion, walk-throughs, SOftwarte insepctions etc., Whereas Validation testing involves testing the software product to determine whether it meets the User Needs and expectations. It involves testing at all the levels of testing (Unit, Integration, System and Acceptance Testing).
| Is This Answer Correct ? | 1 Yes | 0 No |
How can u swap 2 variables in C without using 3rd variable?
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
About Testing Methodology?
what is low seviority high priority defet (ex: Yahoo mail)
For Editing functionality: If there are 10 fields on survey form.User can edit anything from theese 10 fields. User can edit only first field or he can edit 3 fields at a time or can edit all 10 fields at a time or can edit 1 field of one survey form, 2nd field of 2nd survey form, 3rd field of 3rd survey form etc. upto 10th fields or nothing will edit & close the form . My question is --> I have to write test cases for above all scenarios? Let me know it's urgent.
What is the priority in fixing the bugs? Explain the severity u rate for the bugs found?
what is the role of test engineer while doing unit and integration testing. unit and integration testing is already done by developers
What is difference between Defect and Bug?
i have sanity,smoke,regression and retesting.what is the right order of these in testing process.plz ans with example its urgent. vikas_singh@live.com
Could anyone explain the testing process end to end? I you get a new project what you do, first as a test manager? Explain later steps too...
What is Gorila testing?
what is a bad defect and why do we write bad defects?