-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from BME-MIT-IET/feature/issue-3-bdd-tests
Feature/issue 3 bdd tests
- Loading branch information
Showing
30 changed files
with
1,071 additions
and
468 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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,22 @@ | ||
# BDD tesztek | ||
|
||
## Feladat | ||
BDD tesztek Cucumber-rel | ||
|
||
## Megoldás | ||
|
||
### Projekt beállítása: | ||
A Java projektben a Cucumber integrálásához hozzáadtuk a szükséges függőségeket a pom.xml fájlhoz, beleértve a cucumber-java és cucumber-junit könyvtárakat. | ||
|
||
### Funkcionális követelmények leírása: | ||
A tesztelni kívánt funkciókat Gherkin nyelven írtuk le. A Gherkin nyelv egyszerű szintaxist használ, amely kulcsszavakból (Given, When, Then) áll. Ezek a resources könyvtárban található .feature fájlok. | ||
|
||
### Step definíciók implementálása: | ||
A szcenárió lépéseihez Java metódusokat társítottunk. Ezeket a metódusokat annotációkkal láttuk el, amelyek megfelelnek a Gherkin szintaxisának. Ezek a steps könyvtárban található Java osztályok metódusok, itt kötjük össze a teszteseteket a játék mechanikájával. | ||
|
||
### Teszt futtatása: | ||
A Cucumber teszteket JUnit futtatóval indítottuk. A teszt eredményeit a JUnit standard kimenetén keresztül értékeltük, amely tartalmazta a sikeres és sikertelen tesztesetek részleteit. | ||
|
||
### Eredmények értékelése: | ||
Az összes teszteset sikeresen lefutott, ami azt jelenti, hogy a programunk megfelelt az előzetesen meghatározott üzleti követelményeknek. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.