Vidyalelo
Ruby Programming · Q18

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 18

Q18

What is the purpose of a scenario outline in Cucumber testing?

A.
Checks if a value meets certain conditions
B.
Provides a placeholder for a method that will be defined later
C.
Describes the behavior of an application in plain text
D.
Allows the same scenario to be run with different combinations of data
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board