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?










0















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?










share|improve this question


























    0















    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?










    share|improve this question
























      0












      0








      0








      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?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 21 at 17:00









      MSkiLLzMSkiLLz

      491110




      491110






















          1 Answer
          1






          active

          oldest

          votes


















          1














          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.






          share|improve this answer























            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
            );



            );













            draft saved

            draft discarded


















            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









            1














            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.






            share|improve this answer



























              1














              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.






              share|improve this answer

























                1












                1








                1







                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.






                share|improve this answer













                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 26 at 11:18









                SteenSteen

                629112




                629112





























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                    용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

                    155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해