How can cucumber be integrated with selenium webdriver?
Answer Posted / amreen dhaly
Steps to create Cucumber Application
Download the Jar files of Cucumber and Selenium and configure the build path.
Add Cucumber Plugin from Eclipse Marketplace.
Create a feature file and add scenarios.
Implement the steps for the scenarios.
Write the runner class and execute the code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of behavior driven development in agile methodology?
Explain define what is test harness?
Explain define what is regular expressions?
Define what are the difference between jbehave and cucumber?
What is a feature file?
Provide an example of scenario outline using cucumber framework.
What is the purpose of step definition file in cucumber?
Define what is profile in cucumber?
What is the use of features property under cucumber options tag?
Define how to generate cucumber execution reports?
What is a step definition?
What is cucumber? What are the advantages of cucumber?
What is the meaning of testrunner class in cucumber?
Give an example of a behavior is driven test in plain text?
Explain the term step definition in cucumber