I have a testsuite that containts a dataSource teststep which works perfectly when i launch it from soapUI but when i launch testrunner.bat i get this error on the dataSource teststep :
Status: FAIL
Time Taken: 17
Size: 0
Timestamp: Thu Apr 25 17:20:13 CEST 2019
TestStep: DataSource
Error:java.io.FileNotFoundException: (Result too large)
//
any help would be really apperciated!
Solved! Go to Solution.
Perhaps, this is a cause of the error.
Sorry for replying late, im using an exel file as a dataSource, it wokrs fine when i launch the testCase from SoapUI but when i launch the project using testrunner.bat i get java.io.FileNotFoundException on that testCase
Hi @ahabib,
I suppose that more clarification is still required.
- What file do you want to access from your test?
- Can you open the file without SoapUI (for example, in Window Explore)?
Greetings,
its an exel file ,and i call open it from soapui and get values from it but it doesn't work when i use testrunner.bat.
Hi @ahabib,
Try running your command prompt in administrative mode by right-clicking and selecting "Run As Administrator". Does it help?
Greeting,
unfortunately i dont have administrative access
Perhaps, this is a cause of the error.