installing BeanShell

2004-11-16 Thread Xie, Shawn Y.
Following is cut from my previous discussing thread in the forum: I downloaded bsh-2.0b2.jar from http://www.beanshell.org/download.html, put it in JMeter/lib, then restarted JMeter, and it works. -Shawn Xie -Original Message- From: Sonam Chauhan [mailto:[EMAIL PROTECTED] Sent:

RE: Creating MM/DD/YYYY date string

2004-11-03 Thread Xie, Shawn Y.
, November 03, 2004 8:53 AM To: JMeter Users List Subject: Re: createing MM/DD/ date string On Tue, 2 Nov 2004 21:54:41 -0800, Xie, Shawn Y. [EMAIL PROTECTED] wrote: Sebb, Your suggestion is a good idea. Unfortunately, when I tried it, I found it returns nothing (an empty string). Maybe I

RE: createing MM/DD/YYYY date string

2004-11-02 Thread Xie, Shawn Y.
string On Mon, 1 Nov 2004 23:46:58 -0800, Xie, Shawn Y. [EMAIL PROTECTED] wrote: Hi, In my functional test plan, I need to assert a page contains today's date string as MM/DD/ (e.g. 01/02/2004 for Jan 2, 2004) or not. I tried to use JMeter javascript function to dynamically generate the date

RE: createing MM/DD/YYYY date string

2004-11-02 Thread Xie, Shawn Y.
functions) in the usermanual is just too brief. Thanks for your help. -Shawn Xie From: sebb [mailto:[EMAIL PROTECTED] Sent: Tue 11/2/2004 4:33 PM To: Xie, Shawn Y. Cc: JMeter Users List Subject: Re: createing MM/DD/ date string On Tue, 2 Nov 2004 16:06:19

createing MM/DD/YYYY date string

2004-11-01 Thread Xie, Shawn Y.
Hi, In my functional test plan, I need to assert a page contains today's date string as MM/DD/ (e.g. 01/02/2004 for Jan 2, 2004) or not. I tried to use JMeter javascript function to dynamically generate the date string. It seems JMeter javascript cannot run multiple lines of code (Please