You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2008/06/24 15:30:52 UTC

DO NOT REPLY [Bug 45268] New: Add possibility to choose a set of defaults for samplers

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

           Summary: Add possibility to choose a set of defaults for samplers
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: krzysieq@gazeta.pl


This will be best illustrated by an example. Suppose we have a web service
which is hosted on two different machines - one for reading, one for writing
data. We might want to run a sequence of tests that first write some data and
then check whether the change is visible. To keep things clean, we would still
like to use http request defaults, but it becomes difficult, since we have
requests going like this for instance:

set(a)
get(a)
set(b)
get(b)

While configuring JDBC, we assign a variable name to a set of config values.
After that, when a JDBC query is made, this variable name is used to decide
where the request should go. Employing the same idea for http requests, and
perhaps others which don't have it either, would incredibly ease the work in
such cases as described above.


-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org