0% found this document useful (0 votes)
8 views3 pages

Assignment 5 Muqadar Ali 70061566 BSSE-7th-B SVV

Software Verification and Validation (VV) is important to ensure a software system is developed correctly and meets user expectations. Verification checks that a system is built according to requirements, while validation checks that the right system is being produced. Without VV, a project team cannot be sure a system fulfills user requirements. An example shows how verification found a spelling error in requirements, while validation uncovered that a submit button was not clickable as specified. VV helps remove defects and ensure an end product that satisfies users.

Uploaded by

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

Assignment 5 Muqadar Ali 70061566 BSSE-7th-B SVV

Software Verification and Validation (VV) is important to ensure a software system is developed correctly and meets user expectations. Verification checks that a system is built according to requirements, while validation checks that the right system is being produced. Without VV, a project team cannot be sure a system fulfills user requirements. An example shows how verification found a spelling error in requirements, while validation uncovered that a submit button was not clickable as specified. VV helps remove defects and ensure an end product that satisfies users.

Uploaded by

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

Assignment No 5

Name Muqadar Ali

Sap Id 70061566

Class BSSE-7th-B

Department CSIT

Teacher Ma’am Mishal Hussain

Subject SVV
Question: Why Software Verification and Validation is Important? Explain
through examples.
Answer:

Software Verification and Validation approaches is insure that the product is free from
failures and meets its user’s expectations. These are the two important aspects of software
system development. Verification gives the answer to the question whether the software
is being developed in a correct way and validation provides the answer whether the right
software is being produced. If a system is built without verification and validation
process, the project team cannot consider that the system fill full the requirements of
user’s. If the project team does the verification and validation of the system. The benefit
are, requirement analyst can readily identify all applicable requirements, removing re-
work because key requirements were missed. Changes to requirements are easily
captured and can be agreed upon, reducing the chance of claims. An end product that
meets user’s needs.

Example:

In Software Engineering, consider the following specification

A clickable button with name Submet

 Verification would check the design doc and correcting the spelling mistake.
 Otherwise, the development team will create a button like

 So new specification is

A clickable button with name Submit

 Once the code is ready, Validation is done. A Validation test found the button not
clickable
 Owing to Validation testing, the development team will make the submit button
clickable

In this example there are two errors one is spelling error (Submet) which remove through
verification and second is button not clickable which make clickable through validation.
Without software Verification and Validation of the system the development team cannot
recover these error.

You might also like