Question

I am currently working on a ASP.NET project and I was wondering if there is an equivalent behavioral testing framework for ASP.NET, something similar to rspec and cucumber in Rails.

Was it helpful?

Solution

The linked question in the comments deals with a cucumber alternative (SpecFlow being the most popular), for an RSpec equivalent, there is NSpec.

OTHER TIPS

There is also MSpec aka machine spec.

Github link: https://github.com/machine/machine.specifications

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top