RSpec + Selenium tests for .NET on Windows

Posted by John on Programmers See other posts from Programmers or by John
Published on 2013-10-17T06:13:39Z Indexed on 2013/10/19 16:08 UTC
Read the original article Hit count: 204

Filed under:

I'm a Rails developer doing TDD on a Mac with RSpec, Capybara and Selenium webdriver. Now I have been asked by my company to use this approach for a .NET on Windows environment. What is the best way of doing this?

I could just install Ruby and use RSPEC, Capybara and Selenium webdriver for integration testing. But what about unit tests? I also looked at NSpec, but I'm not sure if I can combine that with Capybara or Selenium for integration tests.

What would be a good approach here?

© Programmers or respective owner

Related posts about .NET