Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Waffle-Run
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arne.Reime
Waffle-Run
Commits
0e4472a9
Commit
0e4472a9
authored
2 years ago
by
Sigurd.Blakkestad
Browse files
Options
Downloads
Patches
Plain Diff
lagt til manuelle tester
parent
c1c0d977
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/inf112/skeleton/app/ManualTesting
+41
-0
41 additions, 0 deletions
src/test/java/inf112/skeleton/app/ManualTesting
with
41 additions
and
0 deletions
src/test/java/inf112/skeleton/app/ManualTesting
0 → 100644
+
41
−
0
View file @
0e4472a9
Here we will describe what manual tests we do.
Movement testing:
-Right and left
To see if it is possible to move both right and left over th full course of the board I went back and forth and it worked!
-Upward
This i simply did by seeing testing if it was possible to jump, and it was
Collision testing:
-Right and left
To test if collisions happens form both right and left, I tried walking through a box form either side, it was not
possible so this works!
-Upward
When the layout had a 'flying' box that you can go under, i tested upward collision by trying to jump through it, this
test ended with a positive result so it works as well!
-Downward
In the beginning of the game the player lands on the ground, which means that downward collisions works.
Enemy testing:
-Killing
To test if it is possible to kill an enemy, I tried to jump up and land on it, which resulted in the enemy being killed
and disappearing. Killing works.
-Getting hurt
By standing in the walking path of an enemy and waiting for it to hit the player this was tested. This resulted in the
player losing a life, and with only 1 life left, the player died.
Waffle testing:
-picking up
This was tested by jumping to a waffle icon. The waffle icon vanished, and the waffle score went 1 up. Happy to see that
it works.
Start testing:
-Starting
By pressing enter I tested if it was possible to start a game. It works!
-Starting over again
Tried dying to get to the game over screen and started again. Test passed!
-Checkpoint
Played past all the gruesome enemies to get to a hard earned checkpoint to only die willingly, when starting the game
over again I was relieved to see that the player respawns at the checkpoint.
-Help guide
Presses h and got wonderful instructions on how to play this wonderful game. Workes perfectly!
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment