Pages

Friday 27 March 2020

Software Engineering Process Models:- V Model:

VModel :

            V-model is also known as Verification and Validation (V&V) model. In this each phase of SDLC must be completed before the next phase starts. It follows a sequential design process same like waterfall model.

            It overcomes the disadvantages of waterfall model. In the waterfall model, we have seen that testers involve in the project only at the last phase of the development process.

        In this, test team involves in the early phases of SDLC. Testing starts in early stages of product development which avoids downward flow of defects which in turns reduces lot of re-work. Both teams (test and development) work in parallel. The test team works on various activities like preparing test strategy, test plan and test cases/scripts while the development team works on SRS, Design and Coding. Once the requirements were received, both the development and test team start their activities.

            Documentation is parallel in this model. While, developers are working on SRS (System Requirement Specification), testers work on BRS (Business Requirement Specification) and prepare ATP(Acceptance Test Plan) and ATC (Acceptance Test Cases) and so on.

            Testers will be ready with all the requirements such as Test Plan, Test Cases - by the time developers release the finished product. It saves lots of time.

            Let’s see how the development team and test team involves in each phase of SDLC in V Model.

               

1.   Once client sends BRS(Business Requirement Specification),both the teams (test and development) start their activities. The developers translate the BRS to SRS. The test team involves in reviewing the BRS to find the missing or wrong requirements and writes acceptance test plan and acceptance test cases.


2.   In the next stage, the development team sends the SRS the testing team for review and the developers start building the HLD (High Level Design Document) of the product. The test team involves in reviewing the SRS against the BRS and writes system test plan and test cases.


3.   In the next stage, the development team starts building the LLD (Low Level Design) of the product. The test team involves in reviewing the HLD (High Level Design) and writes Integration test plan and integration test cases.


4.   In the next stage, the development team starts with the coding of the product. The test team involves in reviewing the LLD and writes functional test plan and functional test cases.


5.   In the next stage, the development team releases the build to the test team once the unit testing was done. The test team carries out functional testing, integration testing, system testing and acceptance testing on the release build step by step.


Advantages:
·  Testing starts in early stages of product development which avoids downward flow of defects and helps to find the defects in the early stages

·      Test team will be ready with the test cases by the time developers release the software which in turns saves a lot of time


·      Testing is involved in every stage of product development. It gives a quality product.


·      Total investment is less due to less or no rework.
Disadvantages:
· Initial investment is more because test team involves right from the early stage.


· Whenever there is change in requirement, the same procedure continues. It leads more documentation work.


No comments:

Post a Comment