Answered by:
Virtual user, iteration, test in Load Test

Question
-
Answers
-
Hi,
Could you share us a screen shot about your result? Where did you get the 500 users?
As far as I know, iterations and users have nothing to do with each other, see “What is the link between the User load and the iteration in the VSTS 2008 load test?”.
Best Regards,
About the Virtual User Activity, see:
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Edited by Jack Zhai-MSFTMicrosoft contingent staff, Moderator Friday, April 5, 2013 9:13 AM
- Marked as answer by Jack Zhai-MSFTMicrosoft contingent staff, Moderator Wednesday, April 10, 2013 2:46 PM
All replies
-
The scenario has a "percentage of new users" property. See (for example) page 18 of "Visual Studio Performance Testing Quick Reference Guide" (Version 3.6), see http://vsptqrg.codeplex.com/ . The Codeplex document has lots of other good information about web and load testing.
Another possibility is to add a second test that does nothing significant, but has very long think times. Then set the test mix to "Test mix based on sequential test order".
Regards
Adrian
- Marked as answer by like.no.other Thursday, April 4, 2013 2:45 AM
- Unmarked as answer by like.no.other Friday, April 5, 2013 3:22 AM
-
-
Adrian,
Thanks for your suggestion. "One time user" is exactly what I need, just dont know how to get it done. I set "Percentage of New Users" to 100 and then just only 549 users loaded for 1500 tests!
About another solution, It might give the different result since vusers keep ocupying resource.
Any other suggestion?
Thanks again,
Ben
- Edited by like.no.other Thursday, April 4, 2013 2:59 AM
-
-
-
-
Hi,
Could you share us a screen shot about your result? Where did you get the 500 users?
As far as I know, iterations and users have nothing to do with each other, see “What is the link between the User load and the iteration in the VSTS 2008 load test?”.
Best Regards,
About the Virtual User Activity, see:
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Edited by Jack Zhai-MSFTMicrosoft contingent staff, Moderator Friday, April 5, 2013 9:13 AM
- Marked as answer by Jack Zhai-MSFTMicrosoft contingent staff, Moderator Wednesday, April 10, 2013 2:46 PM
-
Hi Ben
If you are using Web Test and if you have done parameterisation in that then you can select unique in your data access type for the added data source. You need to make sure before opting for this option that your data source contains the required number of unique users otherwise your test will terminate after all the unique users from your data source are consumed. Example you want to run it for 100 unique user but if you have only 50 unique users in your data source then it will run only 50 iterations not 100 iterations.
Thanks
The Ghost