- Selenium
- JMeter
- DevOps
- VERSION CTRL
- ONLINE QUIZ
- Number System MCQ - 1
- Number System MCQ - 2
- Number System MCQ - 3
- Simplification MCQ - 1
- Average MCQ - 1
- Simple Interest MCQ - 1
- Compound Interest - MCQ
- Percentage - MCQ
- Ratio and Proportion - MCQ
- Profit and Loss - MCQ
- Time, Speed, and Distance - MCQ
- Time, and Work - MCQ
- Boats and Streams - MCQ
- General Knowledge Quiz - Indian Polity
- General Knowledge Quiz - History
- General Knowledge Quiz - Geography
- GK Quiz - Indian Polity - 2
- GK Quiz - Banking and Finance
- GK Quiz - Economics
- GK Quiz- Merger and Acquisition
- GK Quiz- International Bodies
- English Grammar quiz-1
- English Grammar quiz-2
- S/W PROJECT MANAGEMENT
- PROTRACTOR
- Java -Tutorials
- MORE
Cucumber MCQ on parameterization | Cucumber quiz on parameterization
6 MCQ quiz questions on parameterization in cucumber for self-evaluation.
Instructions
Topic- parameterization in cucumber
The test consists of 6 questions.
No negative marking for this test.
No Time limit
The pass percentage is 70%
The correct answer with a description will be displayed after the answer has been marked.
Submit the test to calculate your score once you are done with all the questions.
Complexity Level- Moderate
Q1: How do we parameterize the test in cucumber so that the same scenario can be run with multiple sets of data?
Q2: A Scenario Outline has to be followed with the ______
Q3: The number of test data rows under the 'Examples' keyword will determine the number of executions of _______
Q4: The test data in a data table in Cucumber is applicable for _____
Q5: raw() method in Cucumber is used to handle the _____
Q6: The below feature file is an example of parameterization using _______