Hi everyone!
I want to carry out a test that considers the loading time of a page and if it does not load after that time it ends in error.
Or in general, if the duration of the test is greater than 1 min, it ends in failure.
Hi everyone!
I want to carry out a test that considers the loading time of a page and if it does not load after that time it ends in error.
Or in general, if the duration of the test is greater than 1 min, it ends in failure.
What about the below technique?
Just to say that JMeter plugin doesn’t work after version 7 as far as I understand: https://docs.katalon.com/katalon-studio/docs/jmeter-integration.html
Project Settings > Execution > WebUI > Default page load timeout
You can try setting this 5 seconds, and see how it works.
But you should be aware that the quickness of loading a web page depends on environment; in the Env P it may be as quick as 3 seconds, but in the Env D it may be as slow as 10 seconds. Having 5 seconds as default timeout might make your testing work difficult to manage.
The Plugin does not work.
However, you can manually configure JMeter in your project, and run a JMeter-based test. Read the section titled " Manually integrate JMeter with Katalon Studio" in the document https://docs.katalon.com/katalon-studio/docs/jmeter-integration.html#manually-integrate-jmeter-with-katalon-studio
Thanks a lot! I did the suggested configuration and everything was fine.