GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Testing

 Print  |  
Question:  Manual testing V Model

Answer: How do you explain V Model in manual testing?


August 08, 2009 08:15:18 #4
 mathan_vel   Member Since: December 2007    Total Comments: 350 

RE: Manual testing V Model
 

The V-model is a graphical representation of the system development lifecycle. It summarizes the main steps to be taken in conjunction with the corresponding deliverables within computerized system validation framework.

The left tail of the V represents the specification stream where the system specifications are defined. The right tail of the V represents the testing stream where the systems are being tested (against the specifications defined on the left-tail). The bottom of the V where the tails meet, represents the development stream.

The specification stream mainly consists of:

  • User Requirement Specifications
  • Functional Specifications
  • Design Specifications

The testing stream generally consists of:

  • Installation Qualification
  • Operational Qualification
  • Performance Qualification

The development stream can consist (depending on the system type and the development scope) in customization, configuration or coding

Business Case  <------------------------------->   Release Testing
    v                                         ^
     v                                                   ^
      v                                                 ^
   Requirements  <---------------------------> Acceptance Testing
     v                              ^
          v                                           ^
            v                                         ^
    System Specification<----------------> System Testing
            v                          ^
             v                         ^
              v                                 ^
          System Design  <-----------> Interface Testing
                v                          ^
                 v                         ^
                  v                        ^
              Component Design<----> Component Testing
                    v                      ^
                     v                   ^
                      v                    ^
                       Construct Componet

Note:I tried to represent the V- model by using v & ^, i dono how its viewed

     

 

Back To Question