Creating a setup step in LoadUI The Next CEO of Stack Overflowhow to generate load using loadUI?Does a soapUI runner used with a Virtual User generator only run the specified testCase's setup script once in loadUI?How can I send AMF Credentials in an AMF request in soapUI?LoadUI and SoapUI and Rest API backend does not executeHow do I log the request and response in soapUI?Is there any limit to the Number of Steps for Load Test in the SOAP UI free version?Need help in groovy scripting in SOAP UI ProHow to parameterize load test in sync?How to trigger REST request in SOAPUI with Groovy script test stepHow to create a restrequest step programmatically?
Preparing Indesign booklet with .psd graphics for print
How fast would a person need to move to trick the eye?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
If a black hole is created from light, can this black hole then move at speed of light?
Is it possible to search for a directory/file combination?
Why did we only see the N-1 starfighters in one film?
If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?
Why didn't Khan get resurrected in the Genesis Explosion?
How do scammers retract money, while you can’t?
Is there an analogue of projective spaces for proper schemes?
MessageLevel in QGIS3
Why has the US not been more assertive in confronting Russia in recent years?
What does "Its cash flow is deeply negative" mean?
Inappropriate reference requests from Journal reviewers
Bold, vivid family
Why do professional authors make "consistency" mistakes? And how to avoid them?
At which OSI layer a user-generated data resides?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
What happens if you roll doubles 3 times then land on "Go to jail?"
What is the purpose of the Evocation wizard's Potent Cantrip feature?
WOW air has ceased operation, can I get my tickets refunded?
Non-deterministic sum of floats
If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?
Interfacing a button to MCU (and PC) with 50m long cable
Creating a setup step in LoadUI
The Next CEO of Stack Overflowhow to generate load using loadUI?Does a soapUI runner used with a Virtual User generator only run the specified testCase's setup script once in loadUI?How can I send AMF Credentials in an AMF request in soapUI?LoadUI and SoapUI and Rest API backend does not executeHow do I log the request and response in soapUI?Is there any limit to the Number of Steps for Load Test in the SOAP UI free version?Need help in groovy scripting in SOAP UI ProHow to parameterize load test in sync?How to trigger REST request in SOAPUI with Groovy script test stepHow to create a restrequest step programmatically?
I have a REST request to create a new user. I also have a request to retrieve the user's ID number. I want to load test retrieving the ID number multiple times in LoadUI. The problem is that I only need to create the user once but LoadUI loops back and creates the user each time. Is there a way to make the request to create a new user to only run once or in setup?
soapui loadui
add a comment |
I have a REST request to create a new user. I also have a request to retrieve the user's ID number. I want to load test retrieving the ID number multiple times in LoadUI. The problem is that I only need to create the user once but LoadUI loops back and creates the user each time. Is there a way to make the request to create a new user to only run once or in setup?
soapui loadui
add a comment |
I have a REST request to create a new user. I also have a request to retrieve the user's ID number. I want to load test retrieving the ID number multiple times in LoadUI. The problem is that I only need to create the user once but LoadUI loops back and creates the user each time. Is there a way to make the request to create a new user to only run once or in setup?
soapui loadui
I have a REST request to create a new user. I also have a request to retrieve the user's ID number. I want to load test retrieving the ID number multiple times in LoadUI. The problem is that I only need to create the user once but LoadUI loops back and creates the user each time. Is there a way to make the request to create a new user to only run once or in setup?
soapui loadui
soapui loadui
asked Mar 21 at 17:00
MSkiLLzMSkiLLz
491110
491110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Isolate the create user in a separate testcase.
Then disable that testcase
Then create a Setup Script that runs your testcase. Or maybe even just that one teststep.
Then your create user will only be called once at the start.
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%2f55285621%2fcreating-a-setup-step-in-loadui%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
Isolate the create user in a separate testcase.
Then disable that testcase
Then create a Setup Script that runs your testcase. Or maybe even just that one teststep.
Then your create user will only be called once at the start.
add a comment |
Isolate the create user in a separate testcase.
Then disable that testcase
Then create a Setup Script that runs your testcase. Or maybe even just that one teststep.
Then your create user will only be called once at the start.
add a comment |
Isolate the create user in a separate testcase.
Then disable that testcase
Then create a Setup Script that runs your testcase. Or maybe even just that one teststep.
Then your create user will only be called once at the start.
Isolate the create user in a separate testcase.
Then disable that testcase
Then create a Setup Script that runs your testcase. Or maybe even just that one teststep.
Then your create user will only be called once at the start.
answered Mar 26 at 11:18
SteenSteen
629112
629112
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%2f55285621%2fcreating-a-setup-step-in-loadui%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