adspace


How you are integrating cucumber feature files with step files?

Answer Posted / Ankit Kumar

Cucumber feature files and step definition files are integrated using Java annotations such as @Given, @When, and @Then. The feature file contains human-readable descriptions of the application's behavior, while the step definition file contains the actual implementation of each step in a programming language like Java.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what will be the first salary and what will be the hike in the salary?

929


What’s selenese?

920


Have you created any framework?

1039


Do you know how to locate a link using its text in selenium?

986


How can you fetch an attribute from an element? How to retrieve typed text from a textbox?

1197