need advice on data driven test automation.
I am doing test automation using C# ann Nunits for a web application which is developed using MVC. We are using Selenium web drivers for this.
As part of data driven testing, which one is good to use for input test data is it xml files or a sql server db.
If we are using db is it good to have some ORM(NHibernate) for db connectivity.
Thanks