What are the advantage of using V models?
Answers were Sorted based on User's Feedback
Answer / shraddha hande
1.The formal'V'model is a software development and testing
model which helps identifying need of planning and design
of testing in the early satge of development process.
2.The major benefit of having both SDLC along with STLC is
that,testing and development both get equal importance in
the process and forces management for their
commitment,attention,and palnning of required resources
equally for both.
3.another important advantage is that,o/p from the
development phase can be tested or reviewed by testing team
to validate the testability.
4.The last but not laest,early planing of testing process
significantly reduces non-conformities which otherwise not
detected at their respective phases.
| Is This Answer Correct ? | 17 Yes | 4 No |
Answer / brahma
1. output becomes a quality product bcoz both verification
and validations r done at a time i.e developement and
testing r done parallely.
2 Proactive defect tracking i.e defects r found at early
stages even may be in the development phase before
application is tested.
3.. avoids the downward flow of the defect
4. reduces the cost for fixing the defect since defects
will be found in early stages
4. it is a fast method
| Is This Answer Correct ? | 9 Yes | 2 No |
1) V Model Incorporate testing right from the beginning. So increases the scope of testing as Proactive activity.
2)Test planning process starts early in the life cycle. So reduces late surprises.
3)As static testing processes starts early in the life cycle the cost of fixing the detected bugs is very less.
4) As both verification & validation activities happens through out the cycle result is a quality product.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / vijay
Developer will develop the code and check whether it is
valid or not this is called "happy path testing",and the
code will deployed in to the client server.
so the developer and tester do the testing
parallel.
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / nimisha vaidya
More advantage is
1. It's simple
2. not Rigid like V model
| Is This Answer Correct ? | 4 Yes | 21 No |
What is difference between web application and non-web applications?
how would one evaluate test effectiveness? if at all it is possible what type of metrics will be used to calculate effectiveness.
what is the difference between system development life cycle & software development life cyle(sdlc) what is system development life cycle
explain v model in detail(pls explain with real tme company process)
What is the difference between coupling and cohesion?
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
what r the GUI Test Cases for calculator?
What are the steps to test any software through automation tools?
Is it a good idea to write in your resume that you wrote Test Plans,Test Cases & executed Test Cases, when you have actually only executed them,& have only knowledge of the others?
in which cases developers will reject the bug??
what is exactly a tracebility matrix?
On one of my form there are three text boxes for 1.To Enter Survey no.-Special characters / and - allowed in input and 2.Village Name 3.Project Name all having Input Range 2 to 50 char.and One SUBMIT button on form then How many Test cases can I write for Funtion Testing of Above fields and button