Explain me the Flow of "V Model SDLC"?

Questions by mrgreekgod   answers by mrgreekgod

Showing Answers 1 - 19 of 19 Answers

mselvaam

  • Feb 28th, 2006
 

 

SRS                                                                            User Acceptance

         Design                                                      System Testing

                     HLD                                       Integration Testing

    SDLC                   LLD                    Unit Testing       STLC

                                         Coding

uganoo

  • Mar 3rd, 2006
 

Hi,

SDLC depicts the way how Software Ttesting should go hand in hand with the Software Devepment process.  It shows that testing activities should begin right from the requirements stage, client requirements will be definitley met at the end.  'V' model is one of the models of SDLC and it gives clear idea sas when to start each testing activity e.g. creating test plans, coding phase, test execution etc. to keep in line with the development process.

  Was this answer useful?  Yes

sindhaval

  • Mar 17th, 2006
 

SDLC : software development life cycle(verification)

STLC: software testing life cycle(Validation)

  Was this answer useful?  Yes

Abdul Raheem Khan

  • Mar 17th, 2006
 

In V model the testing is commenced when

  Was this answer useful?  Yes

Abdul Raheem Khan

  • Mar 17th, 2006
 

In V model the testing is commenced at the begining unlike in the traditional models where testing is given attendtion after the coding phase. When the statement of requirements are in place the test startegies are prepared. The design and development phases are closely knitted and are Qulity Checked against various testing phases. The code is tested in unit testing. The Detail design is qulaity checked by the System Integration testing , the high lvel design is QC by end to end testing and the requirements are QC by the acceptnace or Operational readiness testing.

The advantage in V model is testing cycle involved right at the begining, Which helps in finding faluts at teh early stage saving time and money.

The early u find the more u save time and money

  Was this answer useful?  Yes

jyotsna Vani

  • Mar 24th, 2006
 

V-Model

   BRS                                                              UAT

       S/WRS                                               System Testing

            Design          

                  HLD                                 Integration Testing

                    LLD                         Component Testing

                         Coding            Unit testing

                                 Testing

  Was this answer useful?  Yes

hello friend

 As per my knowledge i have given the details..i cant draw this in a V shape.. kindly put sdlc on one side and test cycle on another side.(V - shape)..

Information gathering and analysis - Here Assesement of development plan,Prepare Test plan,Requirements phase testing is done.

Design & Coding  - Design phase testing and Program phase testing using White box testing is done.

Install build  - System testing (Black box testing),User Accepance testing.

Maintenance - Port Testing,Test Software Changes and Change control board for defect efficency.

Bye

Mahindra

  Was this answer useful?  Yes

ekta b

  • Oct 11th, 2006
 

someone out there plz explain what is port testing in detail.

Thanks in advance

bbye

  Was this answer useful?  Yes

kins

  • Oct 20th, 2006
 

this is called as v model not becoz of testing at earlier phase will help to reduce when we go further.

It is called v model bcoz when we want to go back when some requirement cahnge , we can go back. thats why it is v model. thats why we can not draw parallel line.

  Was this answer useful?  Yes

The V-model is a software development process (also applicable to hardware development) which can be presumed to be the extension of the waterfall model. Instead of moving down in a linear way, the process steps are bent upwards after the coding phase, to form the typical V shape. The V-Model demonstrates the relationships between each phase of the development life cycle and its associated phase of testing. The horizontal and vertical axes represents time or project completeness (left-to-right) and level of abstraction (coarsest-grain abstraction uppermost), respectively.

1 Verification Phases
1.1 Requirements analysis
1.2 System Design
1.3 Architecture Design
1.4 Module Design

2 Validation Phases
2.1 Unit Testing
2.2 Integration Testing
2.3 System Testing
2.4 User Acceptance Testing

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