DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27481>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27481 Allow some parameters to be passed to remote server Summary: Allow some parameters to be passed to remote server Product: JMeter Version: unspecified Platform: All URL: http://http:// OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When JMeter sends the Test Plan to a remote server, function references in the test plan are left to be resolved by the remote server. This is fine for functions such as _machineName(), CSVRead etc. For some test parameters that can be defined via functions - such as the number of threads - it would be useful to be able to define the value on the client, and have it passed to the server. Possible ways of doing this: - send certain properties to the remote server before sending the test plan. - resolve some properties (i.e. replace with the value) before sending the plan. These properties would need to be identified, perhaps by a naming convention, or by listing them in a test element or in jmeter.properties. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
