gherkin
Cucumber Features and Step Definitions
I am new to Cucumber testing. I have created two features files: events.feature partner.feature and have my step definitions in a step_definitions folder:[详细]
2023-03-26 01:16 分类:问答Cucumber rake cucumber:ok - errors
I am getting errors when I run: rake cucumber:ok Can you please tell me how to fix the following error?[详细]
2023-03-10 16:50 分类:问答Where can I find a Gherkin language spec/guide?
I\'m trying to find out all available syntax/format in Gherkin, such as about multiline argument and everything else I don\'t know yet.[详细]
2023-03-10 06:16 分类:问答Dealing with multiple, slight variations in SpecFlow
Hi all We are developing a web service that will be available through SOAP and REST (xml and JSon). Our specflow features are mostly the same, i.e:[详细]
2023-03-07 01:37 分类:问答SpecFlow/Cucumber/Gherkin - Using tables in a scenario outline
Hopefully I can explain my issue clearly enough for others to understand, here we go, imagine I have the two following hypothetical scenarios:[详细]
2023-02-13 16:07 分类:问答SpecFlow - How you properly use the "Background:" command in the feature file?
I\'ve been reading articles, watching some screen-casts and playing around with a few sample/demo tutorials.[详细]
2023-02-07 12:08 分类:问答Confused about my Gherkin - navigation between web pages
I\'m just starting out with BDD on a web project, using SpecFlow and WatiN to automate things through the browser, and I\'m not quite sure how to write my steps.[详细]
2023-02-06 14:59 分类:问答Should BDD scenarios include actual test data, or just describe it?
We\'ve come to a point where we\'ve realised that there are two options for specifying test data when defining a typical CRUD scenario:[详细]
2023-02-03 17:04 分类:问答Using cucumber with jruby
I\'m working开发者_运维技巧 on my company\'s intranet with cucumber 0.8.5 gherkin 2.1.5 And I\'m trying to switch from using ruby 1.8.7 to jruby 1.5.1[详细]
2023-01-16 05:15 分类:问答Parse issues when trying to use "Examples" section in Cucumber feature
No luck in googling on this error message features/manage_hand_evaluator.feature: Parse error at features/manage_hand_evaluator.feature:21. Found examples when expecting one of: comment, py_string, r[详细]
2023-01-10 12:35 分类:问答