Create a test web application replay to test and also to warm up a server
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I would like to record a step through of a web application, and then replay this for testing. However it would be brilliant if this could be replayed say on a VM every so often to emulate a user to warm up a server.
JMeter, Katalon and Selenium have come up.
EDIT:
I have been playing with Katalon Studio and I'm very impressed with it in recording tests and replaying in a browser. This seems more about functional testing, ie do all the pages work. JMeter is about Load Testing. So different tools. However being able to export JMeter (JMX) files from Katalon would be fab, but I haven't heard it is possible.
selenium jmeter katalon-studio
add a comment |
I would like to record a step through of a web application, and then replay this for testing. However it would be brilliant if this could be replayed say on a VM every so often to emulate a user to warm up a server.
JMeter, Katalon and Selenium have come up.
EDIT:
I have been playing with Katalon Studio and I'm very impressed with it in recording tests and replaying in a browser. This seems more about functional testing, ie do all the pages work. JMeter is about Load Testing. So different tools. However being able to export JMeter (JMX) files from Katalon would be fab, but I haven't heard it is possible.
selenium jmeter katalon-studio
add a comment |
I would like to record a step through of a web application, and then replay this for testing. However it would be brilliant if this could be replayed say on a VM every so often to emulate a user to warm up a server.
JMeter, Katalon and Selenium have come up.
EDIT:
I have been playing with Katalon Studio and I'm very impressed with it in recording tests and replaying in a browser. This seems more about functional testing, ie do all the pages work. JMeter is about Load Testing. So different tools. However being able to export JMeter (JMX) files from Katalon would be fab, but I haven't heard it is possible.
selenium jmeter katalon-studio
I would like to record a step through of a web application, and then replay this for testing. However it would be brilliant if this could be replayed say on a VM every so often to emulate a user to warm up a server.
JMeter, Katalon and Selenium have come up.
EDIT:
I have been playing with Katalon Studio and I'm very impressed with it in recording tests and replaying in a browser. This seems more about functional testing, ie do all the pages work. JMeter is about Load Testing. So different tools. However being able to export JMeter (JMX) files from Katalon would be fab, but I haven't heard it is possible.
selenium jmeter katalon-studio
selenium jmeter katalon-studio
edited Nov 20 '18 at 17:42
user7294900
24.6k123767
24.6k123767
asked Nov 17 '18 at 1:11
SamJollySamJolly
2,73663689
2,73663689
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
JMeter can/is used also for functional testing and have selenium integration
Can JMeter and Selenium collaborate?
Yes. There are various situations where both tools can sync on the same testing application.
You can follow JMeter's recording steps to compare with katalon recording
Thanks for this. 2 questions, 1) Is it possible to export a Katalon Studio Script to JMeter? 2) What I like about Katalon is the Visual Screen Replay using different browsers. Is this possible with JMeter? I do like JMeter, but I do not want to record in Katalon and JMeter, especially when the app gets upgraded. I only want to keep one set of scripts up to date.
– SamJolly
Nov 20 '18 at 13:48
Any thoughts on how one could run a JMeter script from Azure, possibly via WebJobs as a warmup routine?
– SamJolly
Nov 20 '18 at 14:07
1
@SamJolly see docs.microsoft.com/en-us/azure/devops/test/load-test/…
– user7294900
Nov 20 '18 at 14:08
Thank for this.. Yes I have seen this article, but I could not see how one could schedule a test run through, say each morning at 6am, to warmup the servers.
– SamJolly
Nov 20 '18 at 14:13
1
Here's a how to schedule a load test blogs.msdn.microsoft.com/devops/2015/11/23/…
– user7294900
Nov 20 '18 at 14:20
add a comment |
You can do that with Katalon Studio.
Here's what I do to warm-up the servers:
- I wrote a simple script (login with username and password, wait for web elements to load, logout),
- It is repeated on various servers,
- I put this Test Case in a Test Suite (because I can run test suites from command line),
- Generate a console command,
- Use windows scheduler to run the test suite daily early in the morning, before users start working.
Thank you for this, really useful. How would you see this scheduled running of a script working in Azure?
– SamJolly
Nov 20 '18 at 13:54
1
Sorry, don't know about Azure.
– Mate Mrše
Nov 20 '18 at 13:56
I think it may be Azure Webjobs which can run an exe, cmd or ps file. docs.microsoft.com/en-us/azure/app-service/…
– SamJolly
Nov 20 '18 at 14:02
1
Maybe try creating a batch file that you could run on Azure. Not sure about the user roles, privileges, options, etc. when it comes to Azure.
– Mate Mrše
Nov 20 '18 at 14:05
1
I found your answer very helpful and Katalon has been a great find, however I think JMeter may be a better warm up solution for me, and user7294900 has provided Azure instructions. Thank you.
– SamJolly
Nov 20 '18 at 17:38
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%2f53347288%2fcreate-a-test-web-application-replay-to-test-and-also-to-warm-up-a-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
JMeter can/is used also for functional testing and have selenium integration
Can JMeter and Selenium collaborate?
Yes. There are various situations where both tools can sync on the same testing application.
You can follow JMeter's recording steps to compare with katalon recording
Thanks for this. 2 questions, 1) Is it possible to export a Katalon Studio Script to JMeter? 2) What I like about Katalon is the Visual Screen Replay using different browsers. Is this possible with JMeter? I do like JMeter, but I do not want to record in Katalon and JMeter, especially when the app gets upgraded. I only want to keep one set of scripts up to date.
– SamJolly
Nov 20 '18 at 13:48
Any thoughts on how one could run a JMeter script from Azure, possibly via WebJobs as a warmup routine?
– SamJolly
Nov 20 '18 at 14:07
1
@SamJolly see docs.microsoft.com/en-us/azure/devops/test/load-test/…
– user7294900
Nov 20 '18 at 14:08
Thank for this.. Yes I have seen this article, but I could not see how one could schedule a test run through, say each morning at 6am, to warmup the servers.
– SamJolly
Nov 20 '18 at 14:13
1
Here's a how to schedule a load test blogs.msdn.microsoft.com/devops/2015/11/23/…
– user7294900
Nov 20 '18 at 14:20
add a comment |
JMeter can/is used also for functional testing and have selenium integration
Can JMeter and Selenium collaborate?
Yes. There are various situations where both tools can sync on the same testing application.
You can follow JMeter's recording steps to compare with katalon recording
Thanks for this. 2 questions, 1) Is it possible to export a Katalon Studio Script to JMeter? 2) What I like about Katalon is the Visual Screen Replay using different browsers. Is this possible with JMeter? I do like JMeter, but I do not want to record in Katalon and JMeter, especially when the app gets upgraded. I only want to keep one set of scripts up to date.
– SamJolly
Nov 20 '18 at 13:48
Any thoughts on how one could run a JMeter script from Azure, possibly via WebJobs as a warmup routine?
– SamJolly
Nov 20 '18 at 14:07
1
@SamJolly see docs.microsoft.com/en-us/azure/devops/test/load-test/…
– user7294900
Nov 20 '18 at 14:08
Thank for this.. Yes I have seen this article, but I could not see how one could schedule a test run through, say each morning at 6am, to warmup the servers.
– SamJolly
Nov 20 '18 at 14:13
1
Here's a how to schedule a load test blogs.msdn.microsoft.com/devops/2015/11/23/…
– user7294900
Nov 20 '18 at 14:20
add a comment |
JMeter can/is used also for functional testing and have selenium integration
Can JMeter and Selenium collaborate?
Yes. There are various situations where both tools can sync on the same testing application.
You can follow JMeter's recording steps to compare with katalon recording
JMeter can/is used also for functional testing and have selenium integration
Can JMeter and Selenium collaborate?
Yes. There are various situations where both tools can sync on the same testing application.
You can follow JMeter's recording steps to compare with katalon recording
answered Nov 18 '18 at 5:31
user7294900user7294900
24.6k123767
24.6k123767
Thanks for this. 2 questions, 1) Is it possible to export a Katalon Studio Script to JMeter? 2) What I like about Katalon is the Visual Screen Replay using different browsers. Is this possible with JMeter? I do like JMeter, but I do not want to record in Katalon and JMeter, especially when the app gets upgraded. I only want to keep one set of scripts up to date.
– SamJolly
Nov 20 '18 at 13:48
Any thoughts on how one could run a JMeter script from Azure, possibly via WebJobs as a warmup routine?
– SamJolly
Nov 20 '18 at 14:07
1
@SamJolly see docs.microsoft.com/en-us/azure/devops/test/load-test/…
– user7294900
Nov 20 '18 at 14:08
Thank for this.. Yes I have seen this article, but I could not see how one could schedule a test run through, say each morning at 6am, to warmup the servers.
– SamJolly
Nov 20 '18 at 14:13
1
Here's a how to schedule a load test blogs.msdn.microsoft.com/devops/2015/11/23/…
– user7294900
Nov 20 '18 at 14:20
add a comment |
Thanks for this. 2 questions, 1) Is it possible to export a Katalon Studio Script to JMeter? 2) What I like about Katalon is the Visual Screen Replay using different browsers. Is this possible with JMeter? I do like JMeter, but I do not want to record in Katalon and JMeter, especially when the app gets upgraded. I only want to keep one set of scripts up to date.
– SamJolly
Nov 20 '18 at 13:48
Any thoughts on how one could run a JMeter script from Azure, possibly via WebJobs as a warmup routine?
– SamJolly
Nov 20 '18 at 14:07
1
@SamJolly see docs.microsoft.com/en-us/azure/devops/test/load-test/…
– user7294900
Nov 20 '18 at 14:08
Thank for this.. Yes I have seen this article, but I could not see how one could schedule a test run through, say each morning at 6am, to warmup the servers.
– SamJolly
Nov 20 '18 at 14:13
1
Here's a how to schedule a load test blogs.msdn.microsoft.com/devops/2015/11/23/…
– user7294900
Nov 20 '18 at 14:20
Thanks for this. 2 questions, 1) Is it possible to export a Katalon Studio Script to JMeter? 2) What I like about Katalon is the Visual Screen Replay using different browsers. Is this possible with JMeter? I do like JMeter, but I do not want to record in Katalon and JMeter, especially when the app gets upgraded. I only want to keep one set of scripts up to date.
– SamJolly
Nov 20 '18 at 13:48
Thanks for this. 2 questions, 1) Is it possible to export a Katalon Studio Script to JMeter? 2) What I like about Katalon is the Visual Screen Replay using different browsers. Is this possible with JMeter? I do like JMeter, but I do not want to record in Katalon and JMeter, especially when the app gets upgraded. I only want to keep one set of scripts up to date.
– SamJolly
Nov 20 '18 at 13:48
Any thoughts on how one could run a JMeter script from Azure, possibly via WebJobs as a warmup routine?
– SamJolly
Nov 20 '18 at 14:07
Any thoughts on how one could run a JMeter script from Azure, possibly via WebJobs as a warmup routine?
– SamJolly
Nov 20 '18 at 14:07
1
1
@SamJolly see docs.microsoft.com/en-us/azure/devops/test/load-test/…
– user7294900
Nov 20 '18 at 14:08
@SamJolly see docs.microsoft.com/en-us/azure/devops/test/load-test/…
– user7294900
Nov 20 '18 at 14:08
Thank for this.. Yes I have seen this article, but I could not see how one could schedule a test run through, say each morning at 6am, to warmup the servers.
– SamJolly
Nov 20 '18 at 14:13
Thank for this.. Yes I have seen this article, but I could not see how one could schedule a test run through, say each morning at 6am, to warmup the servers.
– SamJolly
Nov 20 '18 at 14:13
1
1
Here's a how to schedule a load test blogs.msdn.microsoft.com/devops/2015/11/23/…
– user7294900
Nov 20 '18 at 14:20
Here's a how to schedule a load test blogs.msdn.microsoft.com/devops/2015/11/23/…
– user7294900
Nov 20 '18 at 14:20
add a comment |
You can do that with Katalon Studio.
Here's what I do to warm-up the servers:
- I wrote a simple script (login with username and password, wait for web elements to load, logout),
- It is repeated on various servers,
- I put this Test Case in a Test Suite (because I can run test suites from command line),
- Generate a console command,
- Use windows scheduler to run the test suite daily early in the morning, before users start working.
Thank you for this, really useful. How would you see this scheduled running of a script working in Azure?
– SamJolly
Nov 20 '18 at 13:54
1
Sorry, don't know about Azure.
– Mate Mrše
Nov 20 '18 at 13:56
I think it may be Azure Webjobs which can run an exe, cmd or ps file. docs.microsoft.com/en-us/azure/app-service/…
– SamJolly
Nov 20 '18 at 14:02
1
Maybe try creating a batch file that you could run on Azure. Not sure about the user roles, privileges, options, etc. when it comes to Azure.
– Mate Mrše
Nov 20 '18 at 14:05
1
I found your answer very helpful and Katalon has been a great find, however I think JMeter may be a better warm up solution for me, and user7294900 has provided Azure instructions. Thank you.
– SamJolly
Nov 20 '18 at 17:38
add a comment |
You can do that with Katalon Studio.
Here's what I do to warm-up the servers:
- I wrote a simple script (login with username and password, wait for web elements to load, logout),
- It is repeated on various servers,
- I put this Test Case in a Test Suite (because I can run test suites from command line),
- Generate a console command,
- Use windows scheduler to run the test suite daily early in the morning, before users start working.
Thank you for this, really useful. How would you see this scheduled running of a script working in Azure?
– SamJolly
Nov 20 '18 at 13:54
1
Sorry, don't know about Azure.
– Mate Mrše
Nov 20 '18 at 13:56
I think it may be Azure Webjobs which can run an exe, cmd or ps file. docs.microsoft.com/en-us/azure/app-service/…
– SamJolly
Nov 20 '18 at 14:02
1
Maybe try creating a batch file that you could run on Azure. Not sure about the user roles, privileges, options, etc. when it comes to Azure.
– Mate Mrše
Nov 20 '18 at 14:05
1
I found your answer very helpful and Katalon has been a great find, however I think JMeter may be a better warm up solution for me, and user7294900 has provided Azure instructions. Thank you.
– SamJolly
Nov 20 '18 at 17:38
add a comment |
You can do that with Katalon Studio.
Here's what I do to warm-up the servers:
- I wrote a simple script (login with username and password, wait for web elements to load, logout),
- It is repeated on various servers,
- I put this Test Case in a Test Suite (because I can run test suites from command line),
- Generate a console command,
- Use windows scheduler to run the test suite daily early in the morning, before users start working.
You can do that with Katalon Studio.
Here's what I do to warm-up the servers:
- I wrote a simple script (login with username and password, wait for web elements to load, logout),
- It is repeated on various servers,
- I put this Test Case in a Test Suite (because I can run test suites from command line),
- Generate a console command,
- Use windows scheduler to run the test suite daily early in the morning, before users start working.
answered Nov 19 '18 at 7:33
Mate MršeMate Mrše
2,0602831
2,0602831
Thank you for this, really useful. How would you see this scheduled running of a script working in Azure?
– SamJolly
Nov 20 '18 at 13:54
1
Sorry, don't know about Azure.
– Mate Mrše
Nov 20 '18 at 13:56
I think it may be Azure Webjobs which can run an exe, cmd or ps file. docs.microsoft.com/en-us/azure/app-service/…
– SamJolly
Nov 20 '18 at 14:02
1
Maybe try creating a batch file that you could run on Azure. Not sure about the user roles, privileges, options, etc. when it comes to Azure.
– Mate Mrše
Nov 20 '18 at 14:05
1
I found your answer very helpful and Katalon has been a great find, however I think JMeter may be a better warm up solution for me, and user7294900 has provided Azure instructions. Thank you.
– SamJolly
Nov 20 '18 at 17:38
add a comment |
Thank you for this, really useful. How would you see this scheduled running of a script working in Azure?
– SamJolly
Nov 20 '18 at 13:54
1
Sorry, don't know about Azure.
– Mate Mrše
Nov 20 '18 at 13:56
I think it may be Azure Webjobs which can run an exe, cmd or ps file. docs.microsoft.com/en-us/azure/app-service/…
– SamJolly
Nov 20 '18 at 14:02
1
Maybe try creating a batch file that you could run on Azure. Not sure about the user roles, privileges, options, etc. when it comes to Azure.
– Mate Mrše
Nov 20 '18 at 14:05
1
I found your answer very helpful and Katalon has been a great find, however I think JMeter may be a better warm up solution for me, and user7294900 has provided Azure instructions. Thank you.
– SamJolly
Nov 20 '18 at 17:38
Thank you for this, really useful. How would you see this scheduled running of a script working in Azure?
– SamJolly
Nov 20 '18 at 13:54
Thank you for this, really useful. How would you see this scheduled running of a script working in Azure?
– SamJolly
Nov 20 '18 at 13:54
1
1
Sorry, don't know about Azure.
– Mate Mrše
Nov 20 '18 at 13:56
Sorry, don't know about Azure.
– Mate Mrše
Nov 20 '18 at 13:56
I think it may be Azure Webjobs which can run an exe, cmd or ps file. docs.microsoft.com/en-us/azure/app-service/…
– SamJolly
Nov 20 '18 at 14:02
I think it may be Azure Webjobs which can run an exe, cmd or ps file. docs.microsoft.com/en-us/azure/app-service/…
– SamJolly
Nov 20 '18 at 14:02
1
1
Maybe try creating a batch file that you could run on Azure. Not sure about the user roles, privileges, options, etc. when it comes to Azure.
– Mate Mrše
Nov 20 '18 at 14:05
Maybe try creating a batch file that you could run on Azure. Not sure about the user roles, privileges, options, etc. when it comes to Azure.
– Mate Mrše
Nov 20 '18 at 14:05
1
1
I found your answer very helpful and Katalon has been a great find, however I think JMeter may be a better warm up solution for me, and user7294900 has provided Azure instructions. Thank you.
– SamJolly
Nov 20 '18 at 17:38
I found your answer very helpful and Katalon has been a great find, however I think JMeter may be a better warm up solution for me, and user7294900 has provided Azure instructions. Thank you.
– SamJolly
Nov 20 '18 at 17:38
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%2f53347288%2fcreate-a-test-web-application-replay-to-test-and-also-to-warm-up-a-server%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