Complete Course of Cucumber for Java: Scenario Outline

preview_player
Показать описание
#cucumberJava #bdd #craftOfProgramming

In this lesson 3 of the Complete Course (Tutorial) of Cucumber for #Java I introduce the concept of Scenario Outline.

Detailed lesson syllabus:

1) Review of the concepts introduced on the previous lesson;
2) Example that motivates the use of Scenario Outline;
3) Example with Scenario Outline.

Complete Course of Cucumber for Java:

Please subscribe to my channel:

Рекомендации по теме
Комментарии
Автор

In this lesson 3 of the Complete Course (Tutorial) of Cucumber for #Java I introduce the concept of Scenario Outline.



Detailed lesson syllabus:

1) Review of the concepts introduced on the previous lesson;
2) Example that motivates the use of Scenario Outline;
3) Example with Scenario Outline.

CraftOfProgramming
Автор

Undefined step reference: Querying the LibraryService for the <title> book and topic <topic>

but the steps are defined

wizzard
Автор

Do you know how it would be possible to name the examples differently? Now they're named "Example #1", "Example #2", etc automatically as you can see at @10:19. Is there a way to supply each example a label?

AndrewGarneau