Bug 52006

Summary: Create a function RandomString to generate random Strings
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.5.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Test Plan

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