Re: Writing Data driven tests in Marvin

2013-09-12 Thread Chiradeep Vittal
+1 for DRYness On 9/12/13 7:41 AM, "Sowmya Krishnan" wrote: >Data driven tests [1] help in generating more tests with less code. >Useful for cases where we have lot of similar tests to be carried out >with different configurations (run same tests with different network >offerings for example) >

RE: Writing Data driven tests in Marvin

2013-09-12 Thread Sowmya Krishnan
ubject: Writing Data driven tests in Marvin > > Data driven tests [1] help in generating more tests with less code. Useful for > cases where we have lot of similar tests to be carried out with different > configurations (run same tests with different network offerings for example) >

Writing Data driven tests in Marvin

2013-09-12 Thread Sowmya Krishnan
Data driven tests [1] help in generating more tests with less code. Useful for cases where we have lot of similar tests to be carried out with different configurations (run same tests with different network offerings for example) I've tried this out for VPC tests. We have same set of tests need