How you are integrating cucumber feature files with step files?



How you are integrating cucumber feature files with step files?..

Answer / 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

More Selenium Interview Questions

What is the difference between assert and verify in selenium?

1 Answers  


When we use findElement () and findElements () findElement ()?

1 Answers  


What are the important selenium ide commands or selenese commands?

1 Answers  


How to print Duplicate values in Drop Down List

1 Answers  


Write the code for reading and writing to excel through selenium?

1 Answers  


What is the difference between poi and jxl jar?

1 Answers  


Give an example of the languages supported by webdriver?

1 Answers  


How do perform drag and drop using webdriver?

1 Answers  


What types of tests are compatible with Selenium?

1 Answers  


what is the difference between driver.get() and driver.navigate.to(“url”)?

1 Answers  


What happen if you mix both implicit wait and explicit wait in a selenium script?

1 Answers  


What will be the different kinds of locators in selenium?

1 Answers  


Categories