-1

Jmeter リスナーは生の HTML 応答結果のみを表示できます。リスナーは Web ブラウザのようにグラフィカルに表示できますか?

4

1 に答える 1

6

Jmeter listener can only show raw html response result.

Which one you are speaking about?


For the View Results Tree listener you can select way to display response, look into documentation for details:

There are several ways to view the response,
selectable by a drop-down box at the bottom of the left hand panel. 
    - HTML 
    - HTML (download resources) 
    - JSON 
    - Regexp Tester 
    - Text 
    - XML

including HTML:

The HTML view attempts to render the response as HTML. The rendered HTML is likely to compare poorly to the view one would get in any web browser; however, it does provide a quick approximation that is helpful for initial result evaluation. No images etc are downloaded. If the HTML (download embedded resources) option is selected, the renderer may download images and style-sheets etc referenced by the HTML.

ここに画像の説明を入力


As well Save Responses to a file may be useful although it don't renders response but allows to store all the responses as separate files locally.

于 2013-01-20T01:11:17.957 に答える