-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Demo proposal - Real-Time testing of a video game (#1581)
* Add README for demo * moved the readme * fixed readme
- Loading branch information
1 parent
86db027
commit 0ecaf5f
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
contributions/demo/week2-testing-and-CI/rahimz-sandner/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (rahimz@kth.se) | ||
- Leon Sandner (sandner@kth.se) | ||
|
||
## 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 |