Hi Renuka Frameworks like Junit / TestNG support data driven testing . I do not know about Junit but TestNG has a @DataProvider annotation which can give the exact behavior that you are looking for, I am sure Junit also will have such a feature.
So you can write one test case and then convert it to data driven test case easily Hope this helps Regards Hari On Wed, Jul 29, 2009 at 7:27 PM, <[email protected]> wrote: > > Hi, > > I need help for executing Testcases that deal with Data Driven testing > using Maven. > > Basically the Module file and Test Case file in case of Data Driven > testing, is written in Groovy. I do not have any idea of running Groovy > testcases using Maven. > I can understand that when we do not use Data Driven Testing, we can > execute JUnit Testcases. But I am interested in executing Data Driven Groovy > test cases. > > Do we have any example link? > > Thanks in Advance, > > Renuka Kale > > Desk : +91 20 6641 6341 > Cell : +91 9822824443 > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
