Feature: AdminLoginScenario: Create a new product categories with valid entries
Given User is on Product Categories page And click new category button When User inputs <"wasit1"> and click Save button Then System shows Successfully message and new category has been listed in categories listExamples: | wasit1 | password | | testuser_1 | Test@153 | | testuser_2 | Test@153 |--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You have two columns in your table but only one placeholder in your step definition. Perhaps thats why.On 23 November 2016 at 13:49, <rui...@gmail.com> wrote:Hi all,I was trying to use Data Driven via 'Examples' in feature file. However, there is an error shows: "Missing EOF at Examples:"