M
Q. What is the purpose of a background section in a Cucumber feature file?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which method is used to create a new instance of a class in Ruby?
Q. It is necessary that always if should come with else block?
Q. What is the purpose of the rescue keyword in Ruby?
Q. What is the output of the given code? a = 5 b=10 while a<b do puts a*b a+=2 b-=2 end
Q. What does the \b anchor represent in a regular expression in Ruby?
Q. What is the use of break statement?
Q. Which of the following is a correct way to define a class method in Ruby?
Q. Which keyword is used to create a new instance of a class in Ruby?
Q. The downcase method changes the whole string to smallcase letters.
Discusssion
Login to discuss.