Tagged Questions
2
votes
3answers
171 views
Are there any .net equivalents to Rails fixtures?
I'm looking for a project/tool that will insert data into a database before a test and roll it back after a test has run.
I know that ruby on rails has yaml fixtures, so I was hoping there is a ...
0
votes
1answer
98 views
How to pass data stored in table between test pages in fitnesse
In my fitnesse project i've got one table which stores authentication data to database. I'm using it on each site. Is it possible to have one site with that table and allow all other test sites use ...