c# - SpecFlow building steps out of existing steps -


i have set of base steps in specflow simple things enter text , validate fields. want these base steps can used non technical testers in creating higher level steps made out of these base steps. should not need know how code or how implement step definitions or how use selenium @ all. need define step in english calls other base steps. can repeat process , make more steps out of ones defined. how want automation occur non technical testers can create tests in english only, while coding can done else.

does specflow support this? can see can define step use other steps in code (in step definition bindings), cant see in feature file itself, no code involved? tools fitnesse when offering kind of functionality.

many thanks.

specflow doesn't support this.

you construct test uses many simple steps, there no way map single step many (unless use code).


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -