Also adding CSV Data Set Config outside the while loop for csv parameter name.
Thanks Deepak for your great help. On Mon, Jul 1, 2013 at 1:12 PM, ankush upadhyay <[email protected]>wrote: > After adding User parameter inside while loop for reading csv, its working > fine for me. > > > On Sat, Jun 29, 2013 at 8:35 PM, Deepak Shetty <[email protected]> wrote: > >> then likely you havent configured your CSV data set correctly - did you >> check jmeter.log? (Also Im assuming you used the correct syntax .. >> ${__javaScript("${itemId}"!="<EOF>")} - as well as itemId is case >> sensitive >> , it must be defined the same way in the csv data set config >> >> >> >> On Sat, Jun 29, 2013 at 7:51 AM, ankush upadhyay >> <[email protected]>wrote: >> >> > Yes I have moved it to under while controller >> > Also adding condition: ${itemId}" != "<EOF>" >> > >> > >> > On Sat, Jun 29, 2013 at 8:02 PM, Deepak Shetty <[email protected]> >> wrote: >> > >> > > Hi >> > > are you sure the CSV data set config is a child of the while >> controller? >> > > >> > > regards >> > > deepak >> > > >> > > >> > > On Sat, Jun 29, 2013 at 7:28 AM, ankush upadhyay >> > > <[email protected]>wrote: >> > > >> > > > Thanks for the quick reply Deepak, >> > > > >> > > > I used the while controller but unfortunately it is still read first >> > > value >> > > > for each time, means not iterate with other values. >> > > > >> > > > >> > > > On Sat, Jun 29, 2013 at 6:08 PM, Deepak Shetty <[email protected]> >> > > wrote: >> > > > >> > > > > WhileController ("${someVariableFromCSV}" != "<EOF>") >> > > > > +HTTP Sampler >> > > > > ... >> > > > > +CSV DataSetConfig (recycle on eof false) >> > > > > >> > > > > >> > > > > >> > > > > On Fri, Jun 28, 2013 at 11:14 PM, ankush upadhyay < >> > > > > [email protected] >> > > > > > wrote: >> > > > > >> > > > > > Hello all, >> > > > > > >> > > > > > I am newbie in Jmeter and creating new test case. The scenario >> is >> > > > sending >> > > > > > HTTP request for adding some items in cart. Here I want to >> > > > > > read items from CSV so that user can easily change or modify >> items >> > > from >> > > > > > file instead of from jmeter script. It is working in ThreadGroup >> > > level >> > > > > but >> > > > > > not inside loop. >> > > > > > -- >> > > > > > ------ >> > > > > > Regards >> > > > > > @Ankush Upadhyay@ >> > > > > > >> > > > > >> > > > >> > > > >> > > > >> > > > -- >> > > > ------ >> > > > Regards >> > > > @Ankush Upadhyay@ >> > > > >> > > >> > >> > >> > >> > -- >> > ------ >> > Regards >> > @Ankush Upadhyay@ >> > >> > > > > -- > ------ > Regards > @Ankush Upadhyay@ > -- ------ Regards @Ankush Upadhyay@
