Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo proposal - Real-Time testing of a video game #1581

Merged
merged 3 commits into from
Mar 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Assignment Proposal

## Title

Real-Time testing of a video game

## Names and KTH ID

- Noah Rahimzadagan ([email protected])
- Leon Sandner ([email protected])

## Deadline

Deadline for task 1

## Category

Demo

## Description

When testing real-time systems, using conventional static testing methods is not enough.<br>
You need to do: Task testing, Behavioral testing, Intertask testing and System testing.<br>
We will demo those 4 different ways of testing, by adding tests to a video game and running those tests live.<br>
We will further explain real-time system testing a bit more