What is V&V concept?.

Showing Answers 1 - 4 of 4 Answers

satyanarayanavv

  • Jul 17th, 2006
 

Hi ,

   In my opinion V&V means validation and verification. This is called 'V' Modal.   In this modal programmers reviews is validation. Testers responsibility is verification.

ok

  Was this answer useful?  Yes

nitesh484

  • Jul 17th, 2006
 

V&V concept is representation of V- Model which talks about Verification and Validation. Left side of V-model called verification ( Requirement analysis , Specification,Design,Implementation) Right side of V-model called Validation ( Unit testing , integration testing , system testing,User acceptance testing)

  Was this answer useful?  Yes

dileep

  • Jul 22nd, 2006
 

V&V means verification and validation. This model defines the practical mapping between development process and testing process.

  Was this answer useful?  Yes

Priscilla

  • Aug 21st, 2006
 

V&V model means verification and validation. This model involves many steps that follows:

CRS(Client requirement specification) ----->Acceptance

SRS(System requirement specification)----->System testing

HLD(High level design) --------------------->Integration Testing

LLD(Low level design) --------------------->Functional Testing

         Coding             -------------------->White box Testing

            |__________________________________|

Verification answers the question, Are we doing the right job.

Validation answers Are we doing the job right.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions