Saved Bookmarks
| 1. |
Organization XYZ is working on a new product, which is one that requires lots of innovation and research. The product requires a good amount of testing. The code needs to be tested properly before it is delivered. Which strategy needs to be implemented before we submit this type of product? |
|
Answer» In SIMPLE terms, the Test-Driven DEVELOPMENT (TDD) method focuses on formulating unit test CASES before forming the real code. It is an iterative approach and combines test cases and code. The TDD approach derives its roots from Agile Manifesto principles and Extreme programming. It is a mode that permits developers and testers to obtain optimized code that is flexible in the LONG term. Three phases of Test-Driven Development
|
|