What are the differences between v-model and Agile Model
Answer Posted / 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 |
Post New Answer View All Answers
What is application programming interface (api)?
Can you explain regression testing and confirmation testing?
Changes and enhancements to system?
Which test cases are written first: white boxes or black boxes?
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan
what is data guidelines
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is quality center?
what is the technical challange you faced in your module.please ans me the question i just want example can me any example please very important
Which is the best testing model?
What do you do (with the project tasks) when the schedule fails?
few automation basic questions One question to write a scriot in any language you know.
What is the purpose of test strategy?
What is pesticide paradox?
How would u test and automate an Antivirus application ?