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: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]