What is a Rad model?what are the advantages and
disadvantages of rad model over the other sdlcs?
Answers were Sorted based on User's Feedback
Answer / seeza
Rapid Application Development (RAD) refers to a type of
software development methodology that uses minimal planning
in favor of rapid prototyping.
P:
1.Minimizes feature creep by developing in short intervals
resulting in miniature software projects and releasing the
product in mini-increments
2.Lowers the cost of changes through quick spirals of new
requirements.
3.Promotes strong collaborative atmosphere and dynamic
gathering of requirements. Business owner actively
participates in prototyping, writing test cases and
performing unit testing.
DISADVANTAGES :
1.Short iteration may not add enough functionality, leading
to significant delays in final iterations.
2. Less Documentation
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / satya
rad is nothing but rapid application development model.this
methodology is used when short time is there for completing
a application .in this every application is divided in small
modules and sdlc activities are carried out for small
modules and after completing all modules they club to gether
and release it for deployment
| Is This Answer Correct ? | 2 Yes | 0 No |
What is functional Testing ?
What is difference between SDLC & STLC?
What is the difference between TEST STRATEGY and TEST PROCESS
3 Answers Tavant Technologies,
What is the difference between SIT AND IST?
Explain pilot testing.
How do you handle a test case when the test data created with an AGE field becomes invalid since the date of the system changes over time? For example, a person who could be a < 18 years old last month is now > 18 years and the whole scenario fails? Do you keep updating the test data or is there another creative solution here (besides changing the system date & time which can't be done as it is an Internet app)?
How to Test Web Application Without a Formal Test Plan....?
Explain unit testing, integration tests, system testing and acceptance testing?
Explain about Bug Life Cycle
is it necessary to write test cases in "tabular" form or will it be fine if written "point wise".
.What is Traceability matrix and how it is done ?
What is meant by SIT?