Rails has a very good way to generate test data using factoryGirl / Machinist + Shoulda. from factorygirl , "Factory Girl provides a framework and DSL for defining and using factories to create data records for ruby ββtest suites. The goal is to be less error prone, more explicit and versatile than working with Rails tools." Is there something like FactoryGirl / driver in .Net / C # for test data?
c # ruby-on-rails unit-testing
Tinku
source share