ContributionsMost RecentMost LikesSolutionsScript Runner failing with Illegal Argument exceptionI have a a groovyscript that works fine from groovy console. But when I feed the same to script runner component in loadui it fails with expection "Illegal Argument exception" stating my interface is invisible to class loader. Tried placing jar file which contains the interface to ext folder of loadui, but still failscustom http runner not working.Hi, I have downloaded custom http runner , its not working Unable to perform run once , also when running using fixed generator number or request are not increasing always showing 500 even reset not working. Refer to enclosed attachments for screenshot and groovy scripts.Run Once button disabled for script runner with loadui 2.5.1Unable to perform "Run once" with script runner component with loadui 2.5.1, Refer to enclosed attachement.Re: How to pass the postdata in Load UICan you share a sample to pass xml as post request data to custom http runner for a web page to perform load testingRe: Data source for web page runnerThanks for your reply. Can you share the custom component which serves this purpose. It would be great if you can share some sample on how to achieve it and also some detailed documentation on it.Data source for web page runnerHi, I have a web page which a query parameter, i need to perform a load testing the web page by changing the value to query parameter dynamically where the values to query parameter need to be feed from csv file. for eg: The web page for load testing : http://mystore/display?cat=1 I have list of cat ids in a csv file, how to tell web page runner to pick the value from csv file sequentially and hit the page as part of my load testing. If not , is there any other way to do the same.