https://bz.apache.org/bugzilla/show_bug.cgi?id=58018
Bug ID: 58018
Summary: Incorrect save domain/server name in HTTP Request
Defaults
Product: JMeter
Version: 2.13
Hardware: Macintosh
OS: Mac OS X 10.3
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32805
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32805&action=edit
Example file for jmx
After fill in server name/IP in HTTP Request Defaults
and save test plan
All HTTP request can not inherit server name/IP from HTTP Request Defaults
After that i found the problem in JMX file (facebook.jmx)
<ConfigTestElement>
<stringProp name="HTTPSampler.domain"></stringProp>
<stringProp name="HTTPSampler.port">facebook.com</stringProp>
</ConfigTestElement>
jMeter save a server name/IP in wrong tag. !!!
--
You are receiving this mail because:
You are the assignee for the bug.