16 years ago
Load test step returns with error
Hello,
With a simple transaction I try to run a load test.
The test case runs a Groovy scipt to initialize a property, sends a request and prints out the result using a Groovy script again.
Manually the test case works fine.
Running a load test - also with only one thread - the Groovy init script returns with the exception "java.io.FileNotFoundException:" without any additional text.
As I understood with the number of threads defined for the load test SOAPUI will create a simmilar number of copies of the test case and the necessary environment so that each thread can create and use it's own independent properties.
Are there any additional settings necessary to run a load test?
With a simple transaction I try to run a load test.
The test case runs a Groovy scipt to initialize a property, sends a request and prints out the result using a Groovy script again.
Manually the test case works fine.
Running a load test - also with only one thread - the Groovy init script returns with the exception "java.io.FileNotFoundException:" without any additional text.
As I understood with the number of threads defined for the load test SOAPUI will create a simmilar number of copies of the test case and the necessary environment so that each thread can create and use it's own independent properties.
Are there any additional settings necessary to run a load test?