You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SpecFlow
I am trying to use SpecFlow and Selenium to do UI testing of a web
application. I would like to have a project with my before and after
scenario methods that can be used in other projects. When I do it
this way I get 'error: The given key was not present in the
dictionary.' But if I move that code into the project with the steps
it works fine.
Is what I want to do possible?
Vajda
unread,
Mar 26, 2011, 8:28:33 AM3/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Also, you need to make those steps in some class decorated with
[Binding] attribute.
flechto
unread,
Mar 28, 2011, 11:06:23 AM3/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SpecFlow
I have tried this already. The first project does not have any
features or tests it just contains methods to set up selenium. I have
tried it with the config section in both projects.
I also get a different error from the stackoverflow post. Mine doesn't
give the code to create the steps.