Explain spiral model?
Answers were Sorted based on User's Feedback
Answer / raj
In spiral model is like iterative development cycle
model. in this model we will take some requirements and
start developing. this works like this
start with some requirement--> architecture design-->coding
and unit testing-->testing and reviewing and again we will
add some requirement and again we will follow the same
steps.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / n@n!
when the requirements are not clear and implementation is
problem then we go for spiral model.
it is applicable for large projects.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kamlesh
In Spiral Model, There are 4 phase-
1)Requirement 2)Risk Analysis 3)Engineering 4)Customer
Evaluation.
In Requirement phase- client requirement is defined.
In Risk analysis phase- where the risk in your project they
defined.
In Engineering phase- in this phase coding and testing do.
In customer evaluation- build the software and deliver the
software.
| Is This Answer Correct ? | 2 Yes | 3 No |
how can i derive the test case for requirement and usecase ?
is there any difference between test case design and test case development
Enlist types of testing performed for any window in sequence?
1. what are the qualities of a tester ?
what methodologies you are following
What are the cases why parameterization is necessary when load testing the Web server and the database server?
What is deferred?
What is Rekey Defect?
TestCase for White Paper?
what is the meaning of the negative testing?
What is JAVA Testing, what we do in That ?
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"