software testing:
You can write to me at codingallrounders@gmail.com
please post your doubts in the comment box.
A bug-free application is the main reason to implement the software testing. For the compatibility checking the software tester importance indeed. Customers have benefits when software tester comes across in a role to put himself in the state of test and surfing through any website on mobile phones or tablets. Developers responsibilities increase at the end to satisfy the customers by developing the responsive web application. A little bug can create a big problem that hackers can steal the private data and this can’t be tolerable.
|
Verification
|
Validation
|
|
1. Verification is
a static practice of verifying documents, design, code and program.
|
1. Validation is a dynamic mechanism of validating
and testing the actual product.
|
|
2. It does not involve executing the code.
|
2. It always involves executing the code.
|
|
3. It is human based checking of documents
and files.
|
3. It is computer based execution of
program.
|
|
4. Verification uses
methods like inspections, reviews, walkthroughs, and Desk-checking etc.
|
4. Validation uses
methods like black box (functional) testing, gray box testing, and white
box (structural) testing etc.
|
|
5. Verification is to check whether the
software conforms to specifications.
|
5. Validation is to check whether software
meets the customer expectations and requirements.
|
|
6. It can catch errors that validation
cannot catch. It is low level exercise.
|
6. It can catch errors that verification cannot catch. It
is High Level Exercise.
|
|
7. Target is requirements specification, application and
software architecture, high level, complete design, and database design etc.
|
7. Target is actual product-a unit, a
module, a bent of integrated modules, and effective final product.
|
|
8. Verification is done by QA team to ensure
that the software is as per the specifications in the SRS document.
|
8. Validation is carried out with the
involvement of testing team.
|
|
9. It generally comes first-done before validation.
|
9. It generally follows after verification.
|
I hope this article is useful to you, plz follow the next volume for more information.
You can write to me at codingallrounders@gmail.com
please post your doubts in the comment box.

































