📗
MS Teams/DevOps User Document
  • Managing Workflow with Microsoft Teams
  • Introduction
    • Problem Statement
    • Background
    • Project Constraint
    • Project Scope
  • Background Knowledge
    • Overview
    • What is an Agile Board?
    • What is Trello?
    • What is Scrum?
    • What is Microsoft Teams?
  • Getting Started with Microsoft Teams and Trello
  • Installing Microsoft Teams
  • Creating a New Team
  • Features of Microsoft Teams
  • Microsoft Teams Extension - Trello
  • Adding Trello as a Tab on the Top on the Team Page
  • Possible Errors When installing Microsoft Teams and Trello Extension
  • First Steps and Features of Trello
  • Creating Your First Trello Board
  • Inviting Members to Trello
  • Lists and Cards Within Trello
  • Basic Features of a Trello Card
  • Assigning Deadlines Within a Trello Card
  • Assigning Team Members
  • Linking Microsoft Outlook or Gmail to Trello
  • Adding a Card to Your Trello Board
  • Starting the Project
  • Step I. Project Overview
  • Step II. Break Down the Project and Gather Resources
  • Step III. Construct and Iterate
  • Step IV. Test and Release
  • Conclusion
    • Overview
    • Experience and Qualifications
    • Author Biographies
  • References
    • References
Powered by GitBook
On this page

Was this helpful?

Step IV. Test and Release

The project is not complete until the final submission. The developed code needs to be tested until it has met all of the predetermined test specifications. Schedule flexibility is one of the key ideas in Agile practices to leave sufficient room for testing. Only after a rigorous series of testing will the final product be complete. For better performance, keep refactoring the code to reduce compile time. The final revision tasks should also be included in the Agile board as task cards as shown in Figure 16. Depending on what your in-class project is, often your Agile board can look different. Many times a board will have a list for “Testing” before the task can be marked as “Done”. Even in classes that do not require you to test your code, it is often advisable to test the implementation of features regardless. This way, you can ensure that each task was completed correctly and therefore is in the proper state that is necessary for the submission of the project. In classes like CS 3110, you will often be asked to create a testing suite to test out certain features of the code. Depending on the breakdown of the tasks, you may need to wait until certain other tasks are completed in order to start testing, or if the task does not require testing it can be moved to the “Done” list. When all of the necessary components of the project have been tested and complete their corresponding tests, only then is the project ready to be submitted.

PreviousStep III. Construct and IterateNextOverview

Last updated 3 years ago

Was this helpful?