What is diff between Agile SDLC and TDD SDLC? Kindly let me
know?
Answer Posted / a sameer
TDD ( Test Driven Development):-
1. It well supports unit tests and having programming
paradigm that is bit more flexible in regards to scope changes.
2. Having unit tests available will make our code more
maintainable over the long run is invaluable because we can
modify our code without fear such as when we are
adding/modifying functionality or refactoring.
3. It could be considered crucial when we have projects
where the scope is likely to change throughout the
development lifecycle like in the case where the functional
specifications are not clearly defined before we begin
producing code.
SDLC should be in the following way
1. As a first step, we'll define the interfaces out software
will adhere to.
2. Add a test
3. Run all tests and watch the new one fail (and the rest
succeed)
4. Modify our code to make the test succeed
5. Run all tests and watch them succeed
6. Refactor, if necessary
7. Run tests to ensure everything still works
8. Repeat
These are the steps we follow for TDD SDLC.
Agile SDLC:-
1. Agile aims to reduce risk by breaking projects into
small, time-limited modules or timeboxes ("iterations") with
each interation being approached like a small,
self-contained mini-project, each lasting only a few weeks.
2. Each iteration has it own self-contained stages of
analysis, design, production, testing and documentation.
3. In theory, a new software release could be done at the
end of each iteration, but in practice the progress made in
one iteration may not be worth a release and it will be
carried over and incorporated into the next iteration.
4. The project's priorities, direction and progress are
re-evaluated at the end of each iteration.
Hope this might give you all an idea.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is function points??????
What's the difference between system testing and acceptance testing?
Hi, this is murthysharma. I need very urgently about some terms which are used in use cases? Plz give reply to me, if any body know, It is really very very urgent. 1. what is the difference between basic flow,exception flow and alternative flow? 2.what are non-functional requirements in use cases? 3.what are exceptions, special requirements, business rules, assumptions, constraints. Kindly give me with the example. Bcoz, I am very new to this use cases. thanks in Advance. Regards, M.MurthySharma
Actually by using severity you should know which one you need to solve so what is the need of priority?
What is data flow diagram?
What are the disadvantages of manual testing?
send the senario template
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
What is the full form of cmmi?
what is JAVA TESTING? What Testers will do in JAVA Testing. Can any one Give suitable Ans Pls. it's urgent
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
What r the features,u take care in prototype testing?
What is the difference between load testing and performace testing?
What is remedy testing,expalim that and how can use that
Why it is recommended to add verification checks to your all your scenarios?