Hi, I have created a test plan in jmeter which will get all the daat from the database and store it in file. I have to validate my application and see that if all the data from the database is displayed on the webpage or not. How can I check each row returned from d/b on the web page. In pure java we would have all the results in a result ser and we can get the data into a object like array or vector and we can get each element and validate that on the web page. But in jmeter is there any mechanism to check each row of d/b on web page that is a any datastrcutre that can hold all the data from the d/b and use a loop to traverse through the data structure and parse it.
Thank you, Sireesha Sridhara. -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of chris Sent: Tuesday, March 06, 2007 10:13 AM To: [email protected] Subject: Re: Jmeter in Non-GUI mode http://jakarta.apache.org/jmeter/usermanual/get-started.html chapter 2.4.7. java -jar ApacheJMeter.jar -n -t Testplan.jmx -l Logfile.xls cheers, chris "Eliya" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Can anyone tell me how to launch the script in from the console, w/o. > opening > JMeter UI? > -- > View this message in context: > http://www.nabble.com/Jmeter-in-Non-GUI-mode-tf3355020.html#a9330644 > 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]

