Tagged Questions
3
votes
2answers
161 views
What is the best way to have a SpecFlow project run across multiple browsers?
I'm working on setting up a SpecFlow project to test a portal. Thus far I've haven't had issues writing some "hello world" features and steps. My question is as the testing project grows, what is the ...
2
votes
1answer
173 views
BDD with 3rd party services
I am developing a asp.net mvc site that depends deeply on a 3rd party web service.
I would like to know what is the best approach to develop this site since the web service is not ready yet and I ...