# Verification and Validation

### Verification And Validation:

In software testing, verification and validation are the processes to check whether a software system meets the specifications and that it fulfills its intended purpose or not. Verification and validation is also known as V & V. It may also be referred to as software quality control. It is normally the responsibility of software testers as part of the Software Development Life Cycle.

{% hint style="info" %}
Must Read: [Regression & Retesting](https://testplace.gitbook.io/tutorials/manual-testing/manual-testing-tutorial/regression-vs-retesting)
{% endhint %}

### VERIFICATION: (Static Testing)

Verification is the process, to ensure that whether we are building the product right i.e., to verify the requirements which we have and to verify whether we are developing the product accordingly or not.

Activities involved here are Inspections, Reviews, Walkthroughs

Check below video to see “Verification And Validation”

In simple words, Verification is verifying the documents

#### As per IEEE-STD-610:

The process of evaluation software to determine whether the products of a given development phase satisfy the conditions imposed at the beginning of that phase.

Am I building a product right? It’s a Low-Level Activity. Verification is a static method of checking documents and files.

### VALIDATION: (Dynamic Testing)

Validation is the process, whether we are building the right product i.e., to validate the product which we have developed is right or not.

Activities involved in this is Testing the software application

In simple words, Validation is to validate the actual and expected output of the software

#### As per IEEE-STD-610:

The process of evaluating software during or at the end of the development process to determine whether it satisfies specified requirements \[IEEE-STD-610]

Am I building a right product? It’s a High Level Activity. Validation is a dynamic process of testing the real product.

This is a brief explanation of Verification And Validation in Software Testing.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://testplace.gitbook.io/tutorials/manual-testing/manual-testing-tutorial/verification-and-validation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
