Re: Curl-loader results vary from time to time
Status: Alpha
Brought to you by:
coroberti
From: Gary F. <ga...@in...> - 2008-11-12 19:30:17
|
Here's a suggestion. (I haven't tried this myself, and I'm no expert, but I think will work.) Use FORM_RECORDS_RANDOM = 1, and only provide three different records in the FORM_RECORDS_FILE. Ordinarily, there must be as many form records as clients, but with FORM_RECORDS_RANDOM, there may be any number of records, and they are assigned to clients at random. Alternatively, you could load the form records file with just three different sets of credentials, each repeated 333 times. On Nov 12, 2008, at 10:59 AM, alo sinnathamby wrote: > Is there any way to test the load with only two or three different > type > of user ids and passwords?. For example, i want to test 1000 login > attempts with three different user names and passwords. If there is a > way, please render your advice.. |