I saw the same suggestion here at http://www.bestgrid.org/index.php/JMeter Under Debugging and Test Results Summary section of the page. I did what they said but I did not see the variables printed. Where do we see the results ( In View Results tree -- I did not see here) or the command window that gets opened when you double click jmeter.bat ( nothing here too) Please let me know.
-----Original Message----- From: Deepak Kenchamba [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 10:46 PM To: [email protected] Subject: Re: list of variables? Deepak Kenchamba says: Try this piece of code print("======================"); Iterator itr = vars.getIterator(); while(itr.hasNext()){ print(itr.next()); } print("======================"); -- View this message in context: http://www.nabble.com/list-of-variables--tf1523029.html#a13806409 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

