views:

781

answers:

1

Is there any way we can extract Selenium-IDE output as an excel sheet and then use java reflection to trigger them one-by-one? Any existing good tool already done this?

+1  A: 

I think this post should point you in the right direction?

http://functionaltestautomation.blogspot.com/2009/10/dataprovider-data-driven-testing-with.html

tim
Tim,Is it possible to use the same kind of dataprovider in JUnit also... as in our application, we are using JUnit4.
KrishPrabakar
Sorry, I haven't been on here in a while... I have not written data driven tests myself but read about others doing it.. Here is a good link describing how.. to set up data driven tests in junit, that other article was using TestNG as you noticed. But this link does use excel as you specifically noted in your question so maybe just what you are after?http://weblogs.java.net/blog/johnsmart/archive/2009/11/28/data-driven-tests-junit-4-and-excel
tim