Showing posts with label replay log in jmeter. Show all posts
Showing posts with label replay log in jmeter. Show all posts

How to View Results in JMeter

Your SEO optimized title

How to View Results



Add View Result Tree in Listener to see results. The results in this can be viewed after replay, In the view results tree we can look into

Sample Results:

Which consist of thread group number, sample/thread start time, load time in ms, latency, size in bytes, headers size in bytes, body size in bytes, sample count, error count, response code, response message with response headers included.

Request:

The request window consist of URL request type and also the URL.

Response data:

The response data window consist of response for the particular request, where we can view in different formats like

  •       Document
  •       HTML
  •       HTML Download resources
  •       JSON
  •       RegExp Tester
  •       Text
  •             XML
  •       XPath Tester 





How to see the response in JMeter..?

JMeter will not capture the response for the transaction at record time (So there is no Generation Log as in LoadRunner).

To do Correlation in JMeter was bit typical than any other commercial tools. The response can be viewed in by adding the "View Results Tree" listener. Where you can view the results in the tree view format. In this listener we can find Response Code, Request, Response.

The Response can be view in different formats like "Text, HTML View, Document, XML, XPath Tester, JSON, RegExp Tester".



Note: Add View results tree in workbench while recording to store the response for the recording time.