Wonderful explanation. Keep posting the session's.
@qualityassurancelab77645 жыл бұрын
Thanks, sure I will post more sessions! Keep learning and share the videos as well!
@Shwetank05124 жыл бұрын
Very good explanation in series of Jmeter.
@surajsurya14144 жыл бұрын
Best explanation.
@Mranil1914 жыл бұрын
How i can run multiple http request in sequence, for example second request should be called after first request. If directly second request get called it fail
@qualityassurancelab77644 жыл бұрын
Under Test Plan, check the box - run thread groups consecutively. This allows HTTP requests under the Thread Group to run in sequence. Hope this helps, let me know for further query.
@nileshthummar204 жыл бұрын
@@qualityassurancelab7764 this is working fine
@qualityassurancelab77644 жыл бұрын
@@nileshthummar20 Thanks for confirming. Keep learning and please share these videos with your friends!
@shaarviupasanadivineworship11 ай бұрын
I have scenario to register 100 users first and then login with those users. How to do that?
@nitinyadav21223 жыл бұрын
Tysm maam for explained controller 👍
@DevikaKrishnaKumar3 жыл бұрын
What should I do if I have to run login once and the other three requests multiple times
@jitendrajadhav3272 жыл бұрын
Very helpful thanks a lot
@saurabhsrivastav9022 жыл бұрын
Hi I am having multiple thread groups. ThreadGroup1 is for login and extracting bearer token. ThreadGroup2, TG3.. for executing the requests in the test plan as Run thread groups consecutively. After 1 hr the bearer token expires and somewhere in TG2 or TG3 the test stop as token is expired. At this point before the token expires, I want to login(ThreadGroup1) and regenerate the token and then continue the test from where it has stopped. Could you help me which controller can be used to achieve this?
@itindranil4 жыл бұрын
I have followed all the steps described by you, but for module controller, while I am executing an error msg is coming ... Error occurred starting thread group :Thread Group_2, error message:ModuleController:Module Controller has no selected Controller (did you rename some element in the path to target controller?), test was shutdown as a consequence, see log file for more details
@qualityassurancelab77644 жыл бұрын
Hi, could you please move to Thread Group_2 -> ModuleController and check whether TestFragment is selected under Module To Run?
@alkasingh50094 жыл бұрын
I am also getting same error for all thread group1,2 and 3
@nileshthummar204 жыл бұрын
Awesome explanation thank you ma'am, is it possible to select specific requests to form the "Test fragment"? in the Test Fregmment add more than one request it is ok, but I want to select any specific request one or two in thread group 1, and another thread group has another request from the same Test Fragment.
@qualityassurancelab77644 жыл бұрын
If you want to select specific Request from Test fragment using Module Controller, there is no option to do so. You can select any of the below options to if you don't want to select complete Test fragment: Option 1: Make several test fragments and call the required one from Module Controller Option 2: Save the Requests under Test Fragmnet as .jmx file and Add Include controller to to call specific .jmx file(shown in the video at 17:40) Hope this helps, let me know for further query.
@gopalgour97814 жыл бұрын
@@qualityassurancelab7764 selenium tutorials
@qualityassurancelab77644 жыл бұрын
Hi @@gopalgour9781 , I have not shared selenium tutorial videos.