Resources:Diagrams:Projects:Generic:Development View:Test Driven Development (TDD)

BAs writefeature as UserStory,with alternateand exceptionsflowswrite succinct specificautomatable tests*before* development beginsThis tests the test itself,as well as ensuring the featuredoes not already exist --voiding the reason todevelop a new feature.Run the test toensure new test fails asno development has beginwrite the code to pass the testrun the single test to provethe new code worksrun the tests to ensure thatthe new code works -- withoutbreaking existing testsrefactor and run the testsagain to ensure that therefactoring did not breakexisting testswrite new tests to push thefunctionality further andrepeat, or move on to nextfeaturenofeature complete?yes

  • /home/skysigal/public_html/data/pages/resources/diagrams/projects/generic/development_view/test_driven_development/home.txt
  • Last modified: 2023/11/04 02:57
  • by 127.0.0.1