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.
            Asked
            
        
        
            Active
            
        
            Viewed 1,628 times
        
    3
            
            
        - 
                    1This question has already been asked and answered: http://stackoverflow.com/questions/976078/cucumber-alternative-for-net – ekolis Aug 10 '12 at 22:25
2 Answers
3
            The linked question in the comments deals with a cucumber alternative (SpecFlow being the most popular), for an RSpec equivalent, there is NSpec.
 
    
    
        Sam Peacey
        
- 5,964
- 1
- 25
- 27
- 
                    I also found this great answer http://stackoverflow.com/questions/307895/what-is-the-most-mature-bdd-framework-for-net/5586525#5586525 – Hazem Salama Aug 12 '12 at 04:51
0
            
            
        There is also MSpec aka machine spec.
Github link: https://github.com/machine/machine.specifications
 
    
    
        ChrisMAN
        
- 1
 
    