What are the differences between v-model and Agile Model
Answers were Sorted based on User's Feedback
Answer / n@n!
V-Model:
--------
verification & validation (r)
un conventional & conventional (r)
quality assurence & quality control is nothing but V-Model.
verification : it is the procress of verifing that
developers r develop right product r not.
verificatio is a prevention activity.
verification can be done by reviews and walk through.
validation: it is the procress of finding bugs to make sure
that the application is work under customer expactations.
validation is a correction activity.
Agile Model:
------------
it is used for less formal and reduce scope.
used for time critical applications.
some agile methods:
-------------------
adaptive software development (ASD)
feature driven development (FDD)
extreme programming (XP)
rational unify procress (RUP)
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / rems
V-model is a model that illustrates how testing activities (verification and validation) can be integrated into each phase of the life cycle. Within the V-model validation takes place especially during the early stages.
Common type of V-model uses 4 test levels
Component Testing
Integration Testing
System Testing
Acceptance Testing
BRD/BRS ---------------------------------UAT
Analysis/Design--------------------System Testing
HLD-----------------Integration Testing
LLD-------------Unit Testing
Agile methodology is a collection of values,principles and practices that incorporates iterative and incremental development.
Diff betwwe Agile and traditional methodologies
1.DEvelopment is incremental rather that sequential
2. People and interactions are emphasized rather than process and tools.
3. Working s/w is priority
4. Continuous delivery of useful software
5. Customer collabaration and satisfaction
Various Approaches
1.Extreme Programming
2.SCRUM etc..
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / rajii
In v-model all the developement & testing activities will be carried out simultaneously. it is cosidered as an extension of typical waterfall model
the codeing is completed testing will be performed in various model
agile model testing people& developing team work at a time and readuse time
| Is This Answer Correct ? | 3 Yes | 5 No |
Can you explain requirement traceability and its importance?
What are the possible scenarios for LMS?
hi am new to testing please anyone suggest a text book or materails so that it will help me to understand testing.please give me as soon as possible
What does the test strategy document contain.
can any one tell whats the difference between smoke testing and sanity testing
13 Answers CIC, HCL,
If project wants to release in 3months what type of risk analysis you do in test plan?
How to test the database manual? how to test data base lekage by using manual and also using QTP ?
what is the different between application server and database server?
Difference between System Testing and System Intergration Testing(SIT) with Example
is integration testing a part of system testing?
What is white-box Integration Testing and its differences between Black box-Integration testing?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.