https://bz.apache.org/bugzilla/show_bug.cgi?id=58027
Bug ID: 58027
Summary: Cann't save response data in JTL file,when the
response data string begins with "<?xml version="1.0"
encoding="UTF-8" ?>"
Product: JMeter
Version: 2.13
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
I'm testing an interface,the response is like below
<?xml version="1.0" encoding="UTF-8" ?>
<Response>
<result>2221</result>
</Response>
But in the jtl file, the response is null(the check box save as xml and save
response data are enable)
<responseData class="java.lang.String"/>
<cookies class="java.lang.String"></cookies>
And i can see the response data through the view Result Tree(GUI)
I tried other HTTP request,the response data in the jtl file is ok.I think may
be because it begins with "<?xml version="1.0" encoding="UTF-8" ?>"
--
You are receiving this mail because:
You are the assignee for the bug.