https://issues.apache.org/bugzilla/show_bug.cgi?id=45460

           Summary: JMS TestPlan elements depend on  resource property
           Product: JMeter
           Version: 2.3.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


JMSSubscriberGui and JMSPublisherGui use the value of the Authentication radio
buttons as the string passed to the sampler#setUseAuth() method, and the values
are compared later to determine whether or not to use authentication.

However, the values of the strings are not fixed, as they are read from the
properties file. This means that test plans are not portable across languages,
and even if the language does not change, test plans may fail if the resource
string is ever changed.

The dependency on the value of resource string needs to be removed.

In this case, it looks as though the Authentication radio button could be
replaced with a check-box (defaulting to the existing value if present in the
plan).

Or the Authentication field could be dropped altogether (the code already
checks to see if the user name and password are present) though that would make
it less easy to swap between the two.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to