Pradeep, Is it critical to your application that all 1000 users be unique? Or, could a single "user" be logged in multiple times? If so, you could create 10 login files and use each one 100 times. It would probably be best to randomize the order of the user names in the CSV file.
Steve Eckhart Lead Quality Assurance Analyst WAUSAU Financial Systems Email: [email protected] Enterprise Payment Solutions. CONFIDENTIALITY NOTICE: This electronic transmission (including files attached hereto) is intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any disclosure, dissemination, copying, distribution or taking of any action in reliance on the contents of this confidential information is strictly prohibited. If you have received this communication in error, please destroy it and immediately notify us by return email. Thank you. -----Original Message----- From: pradeep_spra [mailto:[email protected]] Sent: Monday, October 18, 2010 11:09 AM To: [email protected] Subject: Re: Flex Load Tests with JMeter Hi Siva, I have attached the script and CSV which contains binary file name generated for different transaction for every AMF request. By parametrezing these binary files I am trying to achieve the usual data parameterization what we do usually in load scripts for HTTP protocol or for JAVA/.NET based application. Here I am parametrizing login binary files as well as business transactions. User csv contains binary for 2 users as well as binary for business transactions I am stuck only with :: Now I have to run this for 1000 users. So question ::: Is there any workaround so that I can avoid generating login binary files for 1000 users? Thanks Pradeep On Sat, Oct 16, 2010 at 11:39 AM, siva [via JMeter] < [email protected]<ml-node%[email protected]> > wrote: > hi pradeep, > > you have moved a bit ahead, I am still struggling to click some controls > on flex application itself. > > Can you share the scripts with me. > > If you think some thing is confidential,replace that with some dummy > varaibles. > > Can you pls share the same. > > Thanks, > Siva > > On 10/15/2010 11:16 AM, pradeep_spra wrote: > > > Hello , > > > > I have to perform load test of flex application using JMETER. > > > > I have created the scripts and parameterized the binary files name and > > its working fine for 1 user. > > > > Now for each user I need a binary file i.e AMF request for every > > single virtual user. > > > > Now How to manage these Vusers in JMETER for flex. > > > > Script structure is : > > Test Plan > > -----Thread Group > > -------------Once Only Controller (For Login) Login AMF Requests > > > -------------Loop Controller (Business Transactions) Transactions AMF > > Request > > -------------LogOut > AMF > > for Logout > > > > Now, this scripts run absoultely fine for n number of iteration? > > Now how to increase the number of virtual users. > > I have virtual user names , but how to use them in JMETER. > > > > > > Any help is greatly appreciated > > > > > > Thanks for your support > > > > Pradeep Kumar Tiwari > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=3214818&i=0> > For additional commands, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=3214818&i=1> > > > > ------------------------------ > View message @ > http://jmeter.512774.n5.nabble.com/Flex-Load-Tests-with-JMeter-tp531265p3214818.html > To unsubscribe from Flex Load Tests with JMeter, click > here<http://jmeter.512774.n5.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=531265&code=cHJhZGVlcC5pbmNAZ21haWwuY29tfDUzMTI2NXwxODg0NjQ3OTUy>. > > > -- View this message in context: http://jmeter.512774.n5.nabble.com/Flex-Load-Tests-with-JMeter-tp531265p3217717.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

