Can JMeter replay a test in a browser?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Is it possible to get JMeter to replay its recordings via a browser, so one can see the replay in action. Katalon can do this, but not sure about JMeter.
Thanks in advance.
jmeter jmeter-plugins katalon-studio
add a comment |
Is it possible to get JMeter to replay its recordings via a browser, so one can see the replay in action. Katalon can do this, but not sure about JMeter.
Thanks in advance.
jmeter jmeter-plugins katalon-studio
add a comment |
Is it possible to get JMeter to replay its recordings via a browser, so one can see the replay in action. Katalon can do this, but not sure about JMeter.
Thanks in advance.
jmeter jmeter-plugins katalon-studio
Is it possible to get JMeter to replay its recordings via a browser, so one can see the replay in action. Katalon can do this, but not sure about JMeter.
Thanks in advance.
jmeter jmeter-plugins katalon-studio
jmeter jmeter-plugins katalon-studio
edited Dec 13 '18 at 12:03
Mate Mrše
2,0602831
2,0602831
asked Nov 17 '18 at 0:48
SamJollySamJolly
2,73663689
2,73663689
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
As per JMeter project main page:
JMeter is not a browser, it works at protocol level. As far as web-services and remote services are concerned, JMeter looks like a browser (or rather, multiple browsers); however JMeter does not perform all the actions supported by browsers. In particular, JMeter does not execute the Javascript found in HTML pages. Nor does it render the HTML pages as a browser does (it's possible to view the response as HTML etc., but the timings are not included in any samples, and only one sample in one thread is ever displayed at a time).
So JMeter doesn't actually kick off a real browser, it only sends HTTP Requests like real browsers, but it doesn't render response, just measures time from sending request to receiving the last byte of the response. Therefore as of current version JMeter 5.0 it is not possible
The only way you can visualize the test results and see the request and response details is using View Results Tree listener. By default in Text mode you can see the source HTML code of the page JMeter hits

However in HTML, HTML (download resources) and Browser modes you should be able to see the rendered response:

add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53347178%2fcan-jmeter-replay-a-test-in-a-browser%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As per JMeter project main page:
JMeter is not a browser, it works at protocol level. As far as web-services and remote services are concerned, JMeter looks like a browser (or rather, multiple browsers); however JMeter does not perform all the actions supported by browsers. In particular, JMeter does not execute the Javascript found in HTML pages. Nor does it render the HTML pages as a browser does (it's possible to view the response as HTML etc., but the timings are not included in any samples, and only one sample in one thread is ever displayed at a time).
So JMeter doesn't actually kick off a real browser, it only sends HTTP Requests like real browsers, but it doesn't render response, just measures time from sending request to receiving the last byte of the response. Therefore as of current version JMeter 5.0 it is not possible
The only way you can visualize the test results and see the request and response details is using View Results Tree listener. By default in Text mode you can see the source HTML code of the page JMeter hits

However in HTML, HTML (download resources) and Browser modes you should be able to see the rendered response:

add a comment |
As per JMeter project main page:
JMeter is not a browser, it works at protocol level. As far as web-services and remote services are concerned, JMeter looks like a browser (or rather, multiple browsers); however JMeter does not perform all the actions supported by browsers. In particular, JMeter does not execute the Javascript found in HTML pages. Nor does it render the HTML pages as a browser does (it's possible to view the response as HTML etc., but the timings are not included in any samples, and only one sample in one thread is ever displayed at a time).
So JMeter doesn't actually kick off a real browser, it only sends HTTP Requests like real browsers, but it doesn't render response, just measures time from sending request to receiving the last byte of the response. Therefore as of current version JMeter 5.0 it is not possible
The only way you can visualize the test results and see the request and response details is using View Results Tree listener. By default in Text mode you can see the source HTML code of the page JMeter hits

However in HTML, HTML (download resources) and Browser modes you should be able to see the rendered response:

add a comment |
As per JMeter project main page:
JMeter is not a browser, it works at protocol level. As far as web-services and remote services are concerned, JMeter looks like a browser (or rather, multiple browsers); however JMeter does not perform all the actions supported by browsers. In particular, JMeter does not execute the Javascript found in HTML pages. Nor does it render the HTML pages as a browser does (it's possible to view the response as HTML etc., but the timings are not included in any samples, and only one sample in one thread is ever displayed at a time).
So JMeter doesn't actually kick off a real browser, it only sends HTTP Requests like real browsers, but it doesn't render response, just measures time from sending request to receiving the last byte of the response. Therefore as of current version JMeter 5.0 it is not possible
The only way you can visualize the test results and see the request and response details is using View Results Tree listener. By default in Text mode you can see the source HTML code of the page JMeter hits

However in HTML, HTML (download resources) and Browser modes you should be able to see the rendered response:

As per JMeter project main page:
JMeter is not a browser, it works at protocol level. As far as web-services and remote services are concerned, JMeter looks like a browser (or rather, multiple browsers); however JMeter does not perform all the actions supported by browsers. In particular, JMeter does not execute the Javascript found in HTML pages. Nor does it render the HTML pages as a browser does (it's possible to view the response as HTML etc., but the timings are not included in any samples, and only one sample in one thread is ever displayed at a time).
So JMeter doesn't actually kick off a real browser, it only sends HTTP Requests like real browsers, but it doesn't render response, just measures time from sending request to receiving the last byte of the response. Therefore as of current version JMeter 5.0 it is not possible
The only way you can visualize the test results and see the request and response details is using View Results Tree listener. By default in Text mode you can see the source HTML code of the page JMeter hits

However in HTML, HTML (download resources) and Browser modes you should be able to see the rendered response:

answered Nov 19 '18 at 14:53
Dmitri TDmitri T
75.1k33766
75.1k33766
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53347178%2fcan-jmeter-replay-a-test-in-a-browser%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown