I don't have a lot to say, but this is my little bit.

Monday, June 20, 2011

JMeter Timestamps

To generate a timestamp (or datestamp) in the format YYYY-MM-ddThh:mm:ss, use the following in any text field in JMeter:

${__time(yyyy-mm-dd)}T${__time(hh:mm:ss)}

Make obvious modifications as needed for other formats.

No comments:

Post a Comment