What are the differences between V-Model and Agile Model?
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 ? | 2 Yes | 1 No |
Diference between sanity & somke testing?
What is Cycle Testing? Not Testing Life Cycle?
What is CRUD testing
What is an entry criteria?
Explain the advantages of automation over manual testing?
what is mean by test suite?
The degree to which the software LOC of a program has been tested is called A.Data flow testing B.Code coverage C.Code walk through D.Statement coverage
who assigns siverity for a bug? is it test engnr, test lead or devlopment lead?
on what basis a tester writes test cases,i mean is it only based on FS and if so how can they know that a certain no of test cases can be written even b4 they write the test cases.bcoz a test plan contains how many test cases to be written by each tester.
what are the add-in to the mercurytools to test webbased dotnet applications.answer plz
wht is the use of check list?
who prepares the use cases?