SaraCavelind
13 years agoContributor
Testrunner and excel datasources
Hi!
I have a soaui project with excel datasources that I use to store the test data (I load the database using JDBC later on).
It works very well. Now I'm about to port the project to our CI server (jenkins). The problem I face is that either the testdata isn't found or the testrunner can't use excel datasources.
When I try to insert the data read from the excelfile I always get empty fields!
I have tried to hardcode the path to the excel files and also to use projectDir, but neither gives me any luck.
Is there some external library or other things that I need to do in order to get this to work?
I have a soaui project with excel datasources that I use to store the test data (I load the database using JDBC later on).
It works very well. Now I'm about to port the project to our CI server (jenkins). The problem I face is that either the testdata isn't found or the testrunner can't use excel datasources.
When I try to insert the data read from the excelfile I always get empty fields!
I have tried to hardcode the path to the excel files and also to use projectDir, but neither gives me any luck.
Is there some external library or other things that I need to do in order to get this to work?