Difference between revisions of "LII:Medical Device Software Development with Continuous Integration"

From LIMSWiki
Jump to navigationJump to search
(Recreated, per John)
 
Line 4: Line 4:


==Table of contents==  
==Table of contents==  
# [[/Introduction|Introduction]]
# [[LII:Medical Device Software Development with Continuous Integration/Introduction|Introduction]]
# [[/Defining Medical Device Software|Defining Medical Device Software]]
# [[LII:Medical Device Software Development with Continuous Integration/Defining Medical Device Software|Defining Medical Device Software]]
# [[/Continuous_Integration|Why Continuous Integration?]]
# [[LII:Medical Device Software Development with Continuous Integration/Continuous_Integration|Why Continuous Integration?]]
# [[/Version Control|Version Control]]
# [[LII:Medical Device Software Development with Continuous Integration/Version Control|Version Control]]
# [[/Validation|Validation]]
# [[LII:Medical Device Software Development with Continuous Integration/Validation|Validation]]
## Unit Test Framework for Acceptance Tests
## Unit Test Framework for Acceptance Tests
## Roles (Developers/QA)
## Roles (Developers/QA)
## Keep the Tests Green
## Keep the Tests Green
## Keep the Tests Current
## Keep the Tests Current
# [[/Practical Application of Agile|Practical Application of Agile]]
# [[LII:Medical Device Software Development with Continuous Integration/Practical Application of Agile|Practical Application of Agile]]
## Resistance to Agile
## Resistance to Agile
## The Value of Agile
## The Value of Agile

Revision as of 17:06, 27 April 2016

Medical Device Software Development with Continuous Integration

Originally written by: Matthew Rupert (Original)
Transferred and modified under: Creative Commons Attribution-ShareAlike 3.0 Unported

Table of contents

  1. Introduction
  2. Defining Medical Device Software
  3. Why Continuous Integration?
  4. Version Control
  5. Validation
    1. Unit Test Framework for Acceptance Tests
    2. Roles (Developers/QA)
    3. Keep the Tests Green
    4. Keep the Tests Current
  6. Practical Application of Agile
    1. Resistance to Agile
    2. The Value of Agile
    3. Requirements
    4. Software Design Specification
    5. Traceability Matrix
    6. Peer Reviews
  7. DHF