What is v model
Answers were Sorted based on User's Feedback
Answer / dillip palai
The V-model represents a software development process (also
applicable to hardware development) which may be considered
an 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
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / mfsi_krushnas
The V-Model is a systems development model designed to
simplify the understanding of the complexity associated with
developing systems.[2][3][4] In systems engineering it is
used to define a uniform procedure for product or project
development.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mohd anees
V - model is a systematic or step by step procedure of developing a software. There are two phase in V-model i.e. validation and verification. In validation the steps are: Customer Requirement specification (CRS), System requirement specification(SRS), High Level Design(HLD), Low level design(LLD) and Coding. In the Verification the steps are : Unit testing, Integration testing, System testing, User acceptance testing.
During the creation of the SRS document, the TL reviewed the CRS document and at the same time testing engineer create the system test cases and this document reviewed by the TL.
Same as for the next step, During the creation of the HLD document by the developer, TL reviewed the SRS document and testing engineer create the integration test case and this test cases reviewd by the TL.
same as for the LLD.
Thats why one phase is called as a validation and other phase called as a verification.
My friends Its only the basic of V- model.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / guest
v stands for verification n validation.in cases of v model
brs,hrs,hlds llds, are prepared and reived by the author of
those document
Is This Answer Correct ? | 1 Yes | 3 No |
Explain me in detail V model with diagram?
what are general aspects of security testing?
How would you test a service oriented architecture (soa) web application?
what is agile testing
last testcase for project will be written in which phase?
Do we have to execute all the test cases while doing sanity testing and regression testing??(manual testing)
Give the real-time example for back-to-back testing?
When have you had to focus on data integrity?
Hi Everybody ,how can i explain the testing projects in the interview point of time? Please let me know .if it is insurance project, what procedures can i follow ?
How do you determine user load for a performance test of a Web application?
Functional testing is the part of System testing or System testing is the part of functional testing
Advantage and disadvantage of waterfall model,v model and iteration or incremental model?