Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csdev19/design-doc-research

My research about design docs and how to work with them on different projects
https://github.com/csdev19/design-doc-research

Last synced: about 1 month ago
JSON representation

My research about design docs and how to work with them on different projects

Awesome Lists containing this project

README

        

# Design doc template

We want to document everything related to my research and implementation of design docs on different scenarios. Now I'm going to be working more on this after all the other successfull use cases

## How we can integrate the design docs with the testing proccess?

```mermaid
flowchart TD
A[Code] --> B[Unit Testing]
B --> C[Integration Testing]
C --> D[Sanity Testing]
D --> E[Smoke Testing]
E --> F[Functional Testing]
```