Unit 1b
Unit 1b
Validation
By K.Satyanarayana
Verification and Validation
Verification Validation
• Verification is also known • Validation is also known
as static testing. as dynamic testing.
• We check whether we are • We check whether the
developing the right developed product is
product or not. right.
• It includes checking
documents, design, codes • It includes testing and
and programs. validating the actual
product.
Verification and Validation
Verification Validation
Boundary value just Boundary value just Boundary value just Boundary value just
below the boundary above the boundary below the boundary above the boundary
0 1 31 32
Example Username(6 to 10
Characters)
Invalid partition- Valid partition Lower Invalid partition- Valid partition Upper
Boundary Boundary
Boundary value just Boundary value just Boundary value just Boundary value just
below the boundary above the boundary below the boundary above the boundary
Boundary value just Boundary value just Boundary value just Boundary value just
below the boundary above the boundary below the boundary above the boundary
Email F T F T
Password F F T T
Expected Error: Please Error: Please Error: Please Login
Result enter email enter Password enter email processed
Decision Table Testing-EMAIL
Example
EMAIL
PASSWORD
Email F T F T
Password F F T T
Expected Error: Please Error: Please Error: Please Login
Result enter email enter Password enter email processed