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 |
What is the difference between action & script ?
diff b/w alpha & beta testing? who will do this with examples? can u pls help in this topics
What is release candidate
What is a Scenario Matrix's document?
What is the difference between validation and verification?
what is ment by Requirement tracebility matrix?what is the use of it? what is the template of rtm?
How do we do "cookie Testing" in web based testing. what we check in that testing,anybody can explain in detail. Thanks in advance.
What is Test Pack in software testing? OR What Test Pack consist of?
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
If I want to check compability of software in a MAC OS then which steps shold I follow?
which model is mostly used in companies for SDLC and y?
What we do in performance testing? Is it possible without any tool?