Lecture-5 (Manual Testing) | Fish Model

Fish Model :-

Fish Model

  • Fish model is an advance version of SDLC.
  • Fish Model consist of verification and validation.

Verification Process:- 

  • Verification process is also called as Quality Assurance (QA).
  • It is also called as Static testing.
  • Static testing is he review process.
  • In the requirement gathering process, Analyst gather all the information from the customer and make BRS document.
  • Then from BRS document Business Analyst make SRS document.
  • SRS document involve total (detail) functionality of project.
  • Then Business Analyst have to check whether it is correct or not because all further process are depend on the SRS document.
  • This checking process is called as Review Process.
  • Design phase after completion, design architecture also have to do review process.
  • After coding is over coder have to check all the code, he have to compile code find error and fix errors. This process is called as Unit testing/ Code level Testing.
  • In static testing process responsible authority do only positive checking or Review.

Validation Process:-

  • Validation process is also called as Quality Control.
  • It is also called as Dynamic Testing.
  • In Validation part our total focus is on Quality of product.
  • Whole software functionality get checked in validation process.
  • In validation Black Box Testing and Grey Box Testing is included.
Fish Model