Question: How do you parameterize steps in Cucumber?Answer: Steps can be parameterized using angle brackets in the step definition, and values are passed through Examples in the Scenario Outline.Example:
|
Is it helpful?
Yes
No
Most helpful rated by users: