User Distribution for Load Test

Hi,

I'm doing a load testing for a .NET application. I trying to distribute the user load among all the functions for the Load Test.

Presently I test it out with 5 user on 2 of my webtest.

Set:
Constant User Count = 10
Distribution of Test Mix on each of my 2 webtest = 50%

However, when i did the run, the result show as below
Total Passed Failed
Function1 8 7 1
Function2 17 16 1

But i'm expecting similiar or same number of times. Hence, how can i achieve the same distribution of number of times

Does the number of pages of the webtest affect the distribution of users

Thanks alot

Regards,
Junjie Hong



Answer this question

User Distribution for Load Test

  • AFTIadmin

    Thanks alot for your reply, matthew!

  • TommyG73

    Based upon your settings, it is possible that 'Function1' takes longer to execute and therefore has less total iterations during the Load Test. The time to complete one iteration of a Web Test is going to be related to the end-user think time in your Web Tests, the number of web pages you are hitting, and the response time of each of those web pages.

  • WIreD 0x90

    If thats the case for the user distribution, can i set the number of iterations for individual functions

  • User Distribution for Load Test