Bug 52006 - Create a function RandomString to generate random Strings
Summary: Create a function RandomString to generate random Strings
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.5.1
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-10 19:28 UTC by Philippe Mouawad
Modified: 2011-10-12 10:44 UTC (History)
1 user (show)



Attachments
Test Plan (7.07 KB, application/xml)
2011-10-10 20:01 UTC, Philippe Mouawad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2011-10-10 19:28:01 UTC
It would be useful to have a function that generates random String of a certain length.
It could get characters from one of its parameters and store result in a var.

Regards
Philippe
Comment 1 Philippe Mouawad 2011-10-10 19:57:41 UTC
Date: Mon Oct 10 19:51:11 2011
New Revision: 1181176

URL: http://svn.apache.org/viewvc?rev=1181176&view=rev
Log:
Bug 52006 - Create a function RandomString to generate random Strings

Added:
   jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/RandomString.java   (with props)
Modified:
   jakarta/jmeter/trunk/docs/usermanual/functions.html
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
   jakarta/jmeter/trunk/xdocs/changes.xml



Date: Mon Oct 10 19:56:57 2011
New Revision: 1181183

URL: http://svn.apache.org/viewvc?rev=1181183&view=rev
Log:
Bug 52006 - Create a function RandomString to generate random Strings

Modified:
   jakarta/jmeter/trunk/xdocs/usermanual/functions.xml
Comment 2 Philippe Mouawad 2011-10-10 20:01:49 UTC
Created attachment 27756 [details]
Test Plan
Comment 3 Philippe Mouawad 2011-10-12 10:44:15 UTC
Date: Wed Oct 12 10:43:23 2011
New Revision: 1182306

URL: http://svn.apache.org/viewvc?rev=1182306&view=rev
Log:
Bug 52006 - Create a function RandomString to generate random Strings
Javadoc fix

Modified:
   jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/RandomString.java
Comment 4 The ASF infrastructure team 2022-09-24 20:37:47 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2592