Software Testing Module 3
V Model
1. Verification (Static Testing) ( Left Arm of V model)
Definition
Verification is the process of checking whether the software is being developed correctly according to requirements, without executing the code.
👉 It answers:
“Are we doing the job right?”
Key Points
-
It is static testing
-
No code execution
-
Done by reading documents
-
Done early in SDLC
Example
If SRS says:
“Student result should show marks, grade, and pass/fail status”
Verification checks:
-
Is this requirement clearly written?
-
Is anything missing?
-
Is it understandable?
Diagram :User Requirements
↓
SRS
↓
Verification
(Check documents, not code)
Activities In Verification are as follows
1.Walkthrough ( Informal Verification method)
2.Review (Formal Verification method)
Walkthrough (Verification Method – Informal)
Definition
A walkthrough is an informal review where the author explains the document to colleagues.
👉 Author leads the meeting.
Who Participates
-
Author
-
Colleagues / peers
Purpose
-
Find errors
-
Get clarification
-
Improve understanding
Example
Author explains SRS of Student Result System to classmates and collects feedback.
Diagram
.png)
Comments
Post a Comment