diff --git a/m450/README.md b/m450/README.md index b4b837c..33f1985 100644 --- a/m450/README.md +++ b/m450/README.md @@ -4,30 +4,43 @@ Inhaltsverzeichnis [TOC] +## Moduldefinition [**Modulidentifikation** ICT CH](https://www.modulbaukasten.ch/module/450/1/de-DE?title=Applikationen-testen), [450_1.pdf](https://modulbaukasten.ch/Module/450_1_Applikationen%20testen.pdf) [weitere TBZ Unterlagen -> https://gitlab.com/ch-tbz-it/Stud/m450/m450](https://gitlab.com/ch-tbz-it/Stud/m450/m450) +## Kompetenzraster + +![](x-ressources/kompetenzraster.png) + + ## Leistungsbeurteilungen (Prüfungen) +- 20% Engagement in den Übungen +- 40% Theorieprüfung [Lehrziele, Inhalte](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/pruefung/README.md) +- 40% Projektvorgehen (Fokus Testing) + +## Anforderungen an das Projekt + +[Grundaufbau](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/projekt/grundaufbau.md) ## Ablaufplan 2024-Q1 (Do morgens) |Tag |WUP23 |Thema, Auftrag, Übung | |---- |---- |---- | -| 1 | Mi 21.08.| | -| 2 | Mi 28.08.| | -| 3 | Mi 04.09.| | -| 4 | Mi 11.09.| | -| 5 | Mi 18.09.| | -| 6 | Mi 25.09.| | -| 7 | Mi 02.10.| | +| 1 | Mi 21.08.| [Modulstart & Übersicht](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/modulstart), GitLab-Projekt anlegen
[Grundlagen zum Testing und "Testing im Vorgehensmodell"](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/grundlagen)
[Übungen](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/grundlagen)| +| 2 | Mi 28.08.| [Teststrategie(n)](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/teststrategie)
[Übungen](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/teststrategie/UEBUNGEN.md)| +| 3 | Mi 04.09.| [Testlevels](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/test-levels), [Unit-Tests](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/unit-testing)
[Übungen](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/unit-testing/UEBUNGEN.md)| +| 4 | Mi 11.09.| [Abhängigkeiten zu Schnittstellen](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/schnittstellen/README.md)
[Übungen](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/schnittstellen/UEBUNGEN.md)| +| 5 | Mi 18.09.| [Automatische Tests und Testing-Tools]()
[Übungen]()| +| 6 | Mi 25.09.| **Theorieprüfung** ca. 60 min um 08:15
[Testkonzept](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/testkonzept/README.md) | +| 7 | Mi 02.10.| [CI/CD Pipelines](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/ci-cd-pipeline/README.md) und [Verteilung/Deployment](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/deployment-environment/README.md)
[Übungen](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/ci-cd-pipeline/UEBUNGEN.md)| | - | Ferien | - | -| 8 | Mi 25.10.| | -| 9 | Mi 01.11.| | -|10 | Mi 08.11.| | +| 8 | Mi 25.10.| [Code Reviews](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/code-reviews/README.md)
[Übungen](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/code-reviews/UEBUNGEN.md)| +| 9 | Mi 01.11.| [Test Driven Development TDD](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/test-driven-development/README.md)
[Übungen](https://gitlab.com/ch-tbz-it/Stud/m450/m450/-/blob/main/Unterlagen/test-driven-development/UEBUNGEN.md)| +|10 | Mi 08.11.| **Präsentationen und Notenvergabe** | diff --git a/m450/x-ressources/kompetenzraster.png b/m450/x-ressources/kompetenzraster.png new file mode 100644 index 0000000..44268f7 Binary files /dev/null and b/m450/x-ressources/kompetenzraster.png differ