1.

What Does A Feature File Contain?

Answer»

A feature file in CUCUMBER SPECIFIES parameters and CONDITIONS for EXECUTING the test code. It can combine any of the following.

  1. A feature.
  2. A user SCENARIO.
  3. The scenario outline.
  4. A <Given> clause.
  5. A <When> clause.
  6. A <Then> clause.

A feature file in cucumber specifies parameters and conditions for executing the test code. It can combine any of the following.



Discussion

No Comment Found