Forum Discussion
Jasper175
15 years agoFrequent Contributor
Hi - I do a lot of load testing where I work. I don't have scenario like yours... but, Is there a reason you seperate Login & GetTagsForDisplay in it's on TestCase? Why not put them all in one?
This might be a hard one to diagnose without the XML
Like is what is the relationship between the API's?
> Login - provides a token which I assume the "Sharing Properties" all need the token?
> TagID - obviously transfers also to "Sharing Properties" for the API's to use?
Apparently you have some successful runs - so it's working... but I usually tail the log on the server to see what's happening in the responses during my performance runs.
Just a side thought - Looking at your min/max - something is going on if you're only sending 2 threads w/ Randomization and it's taking 23.6 seconds max to "getToken", 16s for "instant", 10.8s for "hourly", that's pretty long for 2 threads. Could the host have timeout set low? Other traffic on the host while testing?
Rob
This might be a hard one to diagnose without the XML
Like is what is the relationship between the API's?
> Login - provides a token which I assume the "Sharing Properties" all need the token?
> TagID - obviously transfers also to "Sharing Properties" for the API's to use?
Apparently you have some successful runs - so it's working... but I usually tail the log on the server to see what's happening in the responses during my performance runs.
Just a side thought - Looking at your min/max - something is going on if you're only sending 2 threads w/ Randomization and it's taking 23.6 seconds max to "getToken", 16s for "instant", 10.8s for "hourly", that's pretty long for 2 threads. Could the host have timeout set low? Other traffic on the host while testing?
Rob