I have a Webload recorded script which automates some admin operations of the application. When i run the script from the webload IDE, completion of script with singles thread it is taking around 45 mins. Same script with single thread is executed from webload console, it takes almost around 5 hours. Please help with what could have been wrong? Any way i can debug what is going wrong when it is executed from the webload console?
I tried looking at the Sleep ignore settings in IDE. Sleep ignore is not configired in IDE preferences. Also I tried commenting the sleep from code. No major difference. I have a for loop to loop through the Array to perform same operation for 25 different data itmes.