Skip to content

Commit

Permalink
Merge pull request #8 from BME-MIT-IET/manual-ui-testing
Browse files Browse the repository at this point in the history
Manual tests, 1 fail
  • Loading branch information
wittmajerd authored May 19, 2024
2 parents 179db39 + 07357c0 commit 5fe5edd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ buildNumber.properties
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
.classpath

*.class
/src/.idea
/.idea
/out
*.iml
1 change: 0 additions & 1 deletion doc/Feladat leírás 2.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/Feladat leírás.md

This file was deleted.

4 changes: 4 additions & 0 deletions doc/Manual UI testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Manual UI testing feladat leírása

Készítettem pár egyszerűbb és összetettebb tesztet, amelyeket inkább manuálisan lehet a UI-on keresztül elvégezni. Ezekkel elsősorban a random elemeket teszteltem, amiket nem lehet determinisztikusan automatizálni. Másrészt pedig összetettebb lépés sorozatokat, amik inkább játék közben fordulnak elő.
Az egyik ilyen tesz pedig egy hibát is kimutatott, miszerint nincsen guard condition, arra ha egy szerelő egy nem szomszédos csövet szeretne felvenni, így azt is meg tudja tenni.
Binary file added test-documentation.xlsx
Binary file not shown.

0 comments on commit 5fe5edd

Please sign in to comment.