How to reuse/re-purpose existing steps?

successbusinessconceptpe_574977-630x330

Reuse/re-purpose existing steps in your code by using the pipe delimiter.

@Then(“^(I search for and select an existing user|I validate a user has been created)$”)

– Use this sparingly and make your BDD’s more readable.

Leave a comment