Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is diff between Agile SDLC and TDD SDLC? Kindly let me
know?



What is diff between Agile SDLC and TDD SDLC? Kindly let me know?..

Answer / 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

More Manual Testing Interview Questions

What is test data

3 Answers  


How to write a mail to PM and Client regarding Bug status report.And how u r introducing your self to the client through mail.I want a format of both.

1 Answers  


what is prototype and why we are using that ?

5 Answers  


How we can explain a bug which may arrive at the time of testing? Explain that bug in details?

0 Answers   ABC,


What is difference between http and https

5 Answers   AZTEC,


Once the build is given to the tester,what are the test he is going to conduct list them in chronological order .....its urgent

5 Answers   Subex,


in peer reviews,is there any checklist based on which we can review our team members documents.

1 Answers  


What is the STLC process in your company?

1 Answers   RealPage,


Positive and Negative Testing - Which one to do first and why ?

6 Answers  


how to do security testing in real time scenario in manual testing and automation testing qtp

1 Answers   McAfee, Value Labs,


Hello, what will be the example for Regression Testing?? Thanks, Gaurav.

7 Answers  


What is Risk Mitigation and who will involve in Risk mitigation plan?

11 Answers   AppLabs,


Categories