JMeter does not have a Date() function. See Please read the manual:
http://jakarta.apache.org/jmeter/usermanual/functions.html#__time On 14/09/2007, VenkateshKumar Alwarappan <[EMAIL PROTECTED]> wrote: > Hello, > > I need to input "Unique Value" for every iteration. > > In my application, i have to create unique Style number for each test run. > For example, StyleNo_001, StyleNo_002 etc., > > Normally i achieve this in loadrunner using DateTime format like > "StyleNo %Y-%m-%d %H:%M:%S". It will always give unique value. > > I tried to concatenate as mentioned below. But it doesnt work. > Parameter Value = "StyleNo" + ${Date(yyyyMMdd-HHmmss)} > > Please let me know how to achieve this in JMeter. > > Thanks in advance, > Venkatesh > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

