IT-REX-Platform / wiki

MIT License
1 stars 0 forks source link

add testing concept and guidelines #26

Closed PaulBredl closed 1 year ago

PaulBredl commented 1 year ago

Added guidelines about unit and integration testing.

PaulBredl commented 1 year ago

Corresponding PR in template repo: https://github.com/IT-REX-Platform/template-microservice/pull/15

bergdola commented 1 year ago

Your suggestion for the test strategy and the description of the unit and integration tests look really good to me.

The document currently focuses on dynamic verification. In my opinion, we should also specify static verification, i.e. static code analysis and review. What do you think about adding this part to your document to have all of this at the same place or would you prefer having another document for that?

PaulBredl commented 1 year ago

Your suggestion for the test strategy and the description of the unit and integration tests look really good to me.

The document currently focuses on dynamic verification. In my opinion, we should also specify static verification, i.e. static code analysis and review. What do you think about adding this part to your document to have all of this at the same place or would you prefer having another document for that?

Thanks for your feedback 😊 I personally don't have strong opinion if it should be a separate document or not. For me at least I associate the word testing mostly with dynamic verification, so it would be a bit more clear for me if we had a separate document.

Should we maybe suggest in the daily that we split this card into "dynamic verification" which would be almost done and "static verification" (your part)?