<aside> <img src="/icons/ghost_green.svg" alt="/icons/ghost_green.svg" width="40px" /> This is the summary for “Rigorous Software EngineeringTesting” in FS23. Leave a comment if there is any mistake or contact me at @shmoshua on discord. Also if you’re happy with the summary, buy me a coffee.

Good luck with your exam!

</aside>

Untitled

<aside> <img src="/icons/alert_red.svg" alt="/icons/alert_red.svg" width="40px" /> INFO: There is additional CSS injected into the default Notion mode for the layout of the RSE notes. To see the summaries in the exact layout, insert the following CSS to your notion browser! :3

.notion-toggle-block > div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.notion-code-block.line-numbers > div {
  padding-top: 14px !important;
  padding-left: 14px !important;
  padding-bottom: 7px !important;
}
.notion-code-block:not(.line-numbers) .line-numbers + div + div, #code-line-numbers {
  top: 14px !important;
}

.notion-code-block.line-numbers + div + div {
  background: var(--theme--code-background);
  box-shadow: 5px 2px 8px 4px var(--theme--code-background);
}

.notion-code-block {
  background: rgb(236, 244, 233);
}

</aside>

RSE Project