Complete Course of Cucumber for Java: Parameter Types

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

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

Detailed lesson syllabus:

1) Cucumber parameter types and the corresponding Java primitive types: byte, short, int, long, float, double;
2) Cucumber parameter types and the corresponding Java wrapper reference types: Byte, Short, Integer, Long, Float, Double, BigInteger and BigDecimal;
3) Cucumber parameter type and Java String type.

Complete Course of Cucumber for Java:

Please subscribe to my channel:

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

Is there a step definition for 'Anonymous Parameter' type? The symbol is {} anonymous Matches anything (/.*/).

rnsrivastava
Автор

how to use different types (example: enum) with Examples keyword?

anvarxadja