Cucumber MCQ solution | TCS Fresco Play | Fresco Play Answers
Make an effort to understand these solutions and apply them to your Hands-On difficulties. (It is not advisable that copy and paste these solutions).
All Question of the MCQs Present Below for Ease Use Ctrl + F with the question name to find the Question. All the Best!
1. BDD concept was given by : Dan North
2. BDD stands for : Behavior Driven Development
3. TDD is derived from BDD: False
4. What does POM stand for? : Project Object Model
5. What does CLI stand for? Command Line Interface
6. Gherkin supports : around 60 well known languages But is used to : Remove repetitive Then
7. To define the random digit, . : \\d+
8. In our script file @Given ends with .: $
9. Cucumber dependencies need . : All the options
10. Gherkin is . : Both simple and light weight
11. Gherkin is a - language : Line-oriented
12. Scenario is used in file for : define description
13. To define the executable java file we call it in . : @RunWith()
14. Maven command to create Java project is : -DgroupID DartifactID (both capitalized)
15. Cucumber supports .: All the options
16. Description is used in file for . : Write description about feature
17. Cucumber supports only on Ecplise IDE: False
18. Cucumber acts as a bridge between the business and development : True
19. Cucumber dependencies need . : All the options
20. In our script file @Given ends with . : $
21. Given is used to define . : it defines scene of the scenario.
22. To get a random variable, : (?:love|hate|like)
23. Gherkin supports for the language : Supports around 60 well knows languages
24. In our script file @Given starts with . : ^
25. Which one of the following option is true about BDD framework : 2,4
26. But is used to : Remove repetitive Then
27. Tag is used for . : All these options are true.
28. Command to install and run cucumber test is . : mvn clear install
29. is a BDD tool : All of the options
30. Feature file extentions is : .feature
31. Gherkin will take care of the requirement: True
32. Command to run the Cucumber file is : @RunWith(Cucumber.class) And is used to . : Remove repetitive feature
33. To comment, we use . : #comment
34. Scenario is used in file for : business rule
35. When is used to define . : It defines the event or an action
36. Data table is separation can be done using . :|data|
37. Gherkin has two sections namely . :Both feature and Scenario
38. Cucumber feature file is written in . : Gherkin
Post a Comment