The following comment has been added to this issue:
Author: dion gillard
Created: Wed, 26 May 2004 2:17 AM
Body:
Which version of JMeter?
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPLATKA-2?page=comments#action_20074
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPLATKA-2
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPLATKA-2
Summary: Jmeter Conversion not bringing over parameter names or values
Type: Bug
Status: Open
Priority: Critical
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-latka-plugin
Assignee: dion gillard
Reporter: Lee Rodgers
Created: Tue, 25 May 2004 9:54 AM
Updated: Wed, 26 May 2004 2:17 AM
Environment: WinXP with maven plugin 1.4
Description:
When I run the conversion command:
maven -Djmeterfile=examplefile.jmx lotka:jmeter-convert
it will run successfully. But when I attept to run maven lotka after I moved the
suite file to the correct spot it fails because it is not passing parameters into the
page. when I looked at the suite file I can see that it created a <parameter> for
each paramter but it did not include any of the parameter names or any of the values
as below:
<param>
<paramName>
</paramName>
<paramValue>
</paramValue>
</param>
<param>
<paramName>
</paramName>
<paramValue>
</paramValue>
</param>
<param>
<paramName>
</paramName>
<paramValue>
</paramValue>
</param>
This is a problem that is keeping me from using this as my functional testing tool.
Is there a fix for it out there already. Is anyone else having this problem.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]