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 id test effort Estimation in testing ?
u have 1000 of delete button in ur application ,how to check it out,.one by one ? or how to check it out by easy way?
if a project is long term project , requirements are also changes then test plan will change or not?why
what is the difference b/n DPD(Defect profile document) and DRD(Defect Report document).
Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true
What’s the difference between verification and validation in testing?
when we swipe the credit card what will genertaed in Back end. how system will validated from the back end for credit card who is Aquriree and Issuer ,
What if the software is so buggy it can't really be tested at all?
What are the Test cases for website home page? OR How you will Check website home page?
What are cookies?
Suppose u found a bug which a developer could not reproduce and it is reproducing on your pc whenever tried , then in this siyuation what will be the status of the bug, and what u r going to do for that bug.
4 Answers Flextronics, Syntel,
can anybody tell me that what is a build note and what it contains? And build note is released to testing team with every new build or it release only when bugs are fixed by the developer?