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

pleez mail me testcase examples for web application..at mina_ims@yahoo.com

1 Answers  


1.Difference between System Testing and UAT 2.Difference between Load, Stress, Volume and Performance Testing. 3.Difference Between Integration testing and System Testing 4.Difference between Bug and Defect 5.Difference between Use Case and Test Case 6.Difference between Test Plan and Test Strategy 7.Difference between Test Scenario and Test Case 8.Difference between SRS and FRS 9.What are the difference b/w client & server? 10.explain test case template? 11.explain test plan template? 12.explain testing process? 13.explain bug report template? 14.what is scenario? 15.what is criteria?What are test entry and test exit criteria? 16.what is test strategy? 17.what is baseline? 18.what is hotfix? 19.what is Inspection,Walkthrough,Review,Audits 20.what is Stress Testing,Volume Testing,Sanity Testing 21.what is QA and QC? 22.Explain V-Model and Stages? What is Adv And DisAdv? 23.What is Boundary Value Analysis? 24.What is Equivalence Partitioning? 25.What is Error Guessing ? 26.What is Cause Effect Graphing techniques? 27.What is Bug , Defect and Error? 28.How will you report the bug? 29.What are the different test deliverables? Which deliverable we need to submit at the end of testing? 30.What methodologies have you used to develop test cases? 31.How you will close the defect? 32.What is meant by the bug state "Reproduce"? 33.What is change request?How do you handle change requests ? 34.what type of documents do u prepare during testing? 35.what are the testing methodologies? 36.What is release notes? 37.what is Response Time? 38.What report u generate after completing testing? 39.What is Test Bed? 40.Example for a bug having high severity and low priority? 41.Give me examples for high priority and low severity defects?

9 Answers   Nous,


Differences between waterfall and V model

1 Answers   ADP,


Hi all, Am a new comer of this site, and into testing. Basically a BBA graduate, a fresher in IT industry..well am doing my testing course in STC.., chennai. Cld anyone send me across few testcases.. Thankyou

3 Answers  


How do you test if you have minimal or no documentation about the product?

5 Answers  






What is your testing approach/plan if requirements are frequently changing?

2 Answers  


Does we make documentation for all defects?

2 Answers  


Can anyone please tell in detail about the Rally tool and how a tester is going to use it.

0 Answers  


In a Dark Room one Switch Board is there.If u Pressed a Button in Switch Board the Light will 'ON'. Write the Possible test cases?

7 Answers  


What type of Bugs will occur in Banking Project and pls send the Scenario,Testcases for the same?

3 Answers   TCS,


What type of ideal testing process should be follow by CMM- 3 COMPANY.(PLEASE IN DETAIL)

2 Answers   Kirti Soft,


what is stlc and what is bug life cycle? are the both same or different?

3 Answers  


Categories