DataSource definition error "Cannot invoke "
Hi
I am using ReadyApi to test RestAPI and in test cases i used to define DataSource to define variables and mostly choose DataGenerator, So in first time definition it works and i add some properties &save them but when i came back to it to add another property and try to Run it to see values in data log list , usually i face with below error :
Cannot invoke "com.eviware.soapui.impl.wsdl.teststeps.datasource.DataGenerator.GeneratedDataValue.getValue()" because the return value of "java.util.Map.get(Object)" is null
So does any one have similar experience ?
Do you have any idea on how to solve it !?
Ok Problem solved.
Stupid problem really.
I was running ReadyAPI 1.1.0
I then updated to 1.2.2. However the shortcut on my desktop was still pointing to 1.1.0. Hence the java libs was copied into 1.2.2 since it is the one I thought I was using. As a simple test I copied into 1.2.2 folder. Everything worked perfect :-)
Wil update shortcut now to point to the correct place.
Thanks for everyones input.