August 18, 2020

Verification vs Vadidation vs Testing

Verification- 

The objective is to make sure product is as per requirements and design specifications.

It is the static testing 

 Are we building the product right?

It does not include the execution of code


Validation- 

The objective is to making sure that products meet user's requirements.

 Are we building the right product?

It includes execution of code

It is type of dynamic testing

Testing- 

The process of exercising software to verify that it satisfy specified requirements and to detect faults.

crs- srs= hld-lld=coding- white box testing (devpr)= fnal=integration-sys- accepatance




No comments:

Post a Comment

Please let me know if you have any doubts.

Key concepts in Pipeline

 1. Agent- To build your code or deploy your software using azure pipelines, you need at least one agent. Two types of agent- Microsoft host...