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 |
what are 6 microsoft rules used for user interface testing?
What is virtual creation tool?
1. what is a difference between test plan and test strategy?2.What is the test plan is different from the test strategy? then how?
Which testing is called as "confidence Testing"?
How do you handle conflict with programmers?
what is equivalence class partition?
Is Software Testing categorized as a technical or Non-technical job???
what is walkthrough?
What do you do (with the project staff) when the schedule fails?
What r the different FUNCTIONAL testing techniques?
What is UML and how to use it for testing?
After recieved the defect from Tester,developer is not getting any error while executing that bug then he will reject that defect due to the above reason.As a Tester what we can do in that situation?