Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
25 views13 pages

Chapter 4 Coding

The document discusses coding principles, the coding process, and validation and verification. It defines verification as ensuring software is built correctly according to specifications, while validation ensures the right product is built according to user needs. Validation involves testing activities like black box testing, white box testing, unit testing, and integration testing.

Uploaded by

Rinesh Sahadevan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views13 pages

Chapter 4 Coding

The document discusses coding principles, the coding process, and validation and verification. It defines verification as ensuring software is built correctly according to specifications, while validation ensures the right product is built according to user needs. Validation involves testing activities like black box testing, white box testing, unit testing, and integration testing.

Uploaded by

Rinesh Sahadevan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 13

Chapter 4: Coding

By Rinesh S
Contents
• Programming Principles & guidelines
• Coding process
• Validation & Verification
Coding
Characteristics of Programming Language
Verification vs validation
• Verification:
"Are we building the product right”.
– The software should conform to its specification.
• Validation:
"Are we building the right product”.
– The software should do what the user really
wants.

Coming up: The V & V process


Validation:
Validation is the process of checking whether the
software product is up to the mark or in other words
product has high level requirements. It is the process
of checking the validation of product i.e. it checks
what we are developing is the right product. it is
validation of actual and expected product.
Validation is the Dynamic Testing.
Activities involved in validation:
Black box testing
White box testing
Unit testing
Integration testing

You might also like