can u explain about iteration model? And what is it?
Answers were Sorted based on User's Feedback
Answer / pooja kaushal
Iteration development is the process of establishing
requirements, Designing , building and testing a system,
done as a series of smaller developments
More Realistic approach to development of large scale
systems and softwares.
Each Increment is fully tested before begining the next.
The approach used is :
Analysis --> Design --> Code --> Test [Increment-1]
Analysis --> Design --> Code --> Test [Increment-2]
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / sunil kumar sahoo
Different type of model are there in software engineering
like Waterfall model,Prototype model,spiral movel,V
model,Fish model from which Iterative model is one.this is
speciffically useed in SDLC.
in Iterative model the major function is that the
Developement and testing done simultaneously.means testing
is required on end of each module ,not necessary that after
completion of the whole project the testing will be performed.
| Is This Answer Correct ? | 5 Yes | 5 No |
Explian about boundary value analysis with an example ?
In V model what are the documents the Testing got from developement team to create test case in Acceptane TC, Integrationm Tc, System Tc?
what is crud testing ?
What is Pilot testing ?
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
what is main thing of the BB or WB in testing domain?
why sql injection is injected in manual testing?
What is an equivalence class?
What is a 'walkthrough'?
what are the various bug reports that u publish
Hi All I want discuss abt Testing tools is any one available online in google chat?
If you are not able to reproduce one defect then what will be the status of that defect in your defect tracking tool?