Vidyalelo
Ruby Programming · Q15

Testing in Ruby (RSpec, MiniTest, etc.)

Programming · Ruby Programming · question 15

Q15

What is the purpose of a step definition in Cucumber testing?

A.
Provides a detailed report of test results
B.
Describes the behavior of an application in plain text
C.
Maps a step in a feature file to a block of code that implements that step
Answer
D.
Specifies the requirements for a software feature

Answer: Option C

Solution

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