You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/30 07:32:10 UTC

[jira] Commented: (MPLATKA-2) Jmeter Conversion not bringing over parameter names or values

The following comment has been added to this issue:

     Author: dion gillard
    Created: Wed, 30 Jun 2004 1:30 AM
       Body:
The plugin currently works with JMeter 1.8.x, and hasn't been tested against 2.0

Do you have a small sample JMeter file for us to look at?
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPLATKA-2?page=comments#action_21184

---------------------------------------------------------------------
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, 30 Jun 2004 1:30 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org