preethishekar
13 years agoOccasional Contributor
Does Groovy script support in distributed setting
Hi,
I have a scenario where SOAPUI script is having the groovy script to fetch the parameter value from CSV file. I have a distributed setup, i created the scenario and tested on Local, the values are getting changed with each run.Till here fine, when i select the scenario to distributed mode and pull the scenario to agent and run the scenario. Here are finding
1. The agent will pump the load and each time i see the same record being push into DB and same is shown on agent window also.
2. I copied all the file and folder structure to agent setup and installed the SOAPUI pro.
3. I kept all the files and folder in the . Loadui and .soap (Relative path)
4. I changed the path (Absolute path)
5. Copied the project file to same path.
6. All the same happens, if i switch the same scenario to local. it works
I wanted to know, groovy script will work on distributed setup or NOT.
I tried to get the parameterized value from Data source, here in my application, they will sent different header they are email-id (each time different), when i keep these data source and created parameter in header, it is not getting the data from data source.
Can any one tell me how to solve this issue.
I have a scenario where SOAPUI script is having the groovy script to fetch the parameter value from CSV file. I have a distributed setup, i created the scenario and tested on Local, the values are getting changed with each run.Till here fine, when i select the scenario to distributed mode and pull the scenario to agent and run the scenario. Here are finding
1. The agent will pump the load and each time i see the same record being push into DB and same is shown on agent window also.
2. I copied all the file and folder structure to agent setup and installed the SOAPUI pro.
3. I kept all the files and folder in the . Loadui and .soap (Relative path)
4. I changed the path (Absolute path)
5. Copied the project file to same path.
6. All the same happens, if i switch the same scenario to local. it works
I wanted to know, groovy script will work on distributed setup or NOT.
I tried to get the parameterized value from Data source, here in my application, they will sent different header they are email-id (each time different), when i keep these data source and created parameter in header, it is not getting the data from data source.
Can any one tell me how to solve this issue.