If you would like to get updates from "Isha Training Solutions" regarding upcoming courses, learning material etc...pls register using below link eepurl.com/dlZNW1
@ishatrainingsolutions5 жыл бұрын
If you need help with any questions on LoadRunner / Jmeter, Pls post them in comments. I will try to create videos for these questions at my convenience.
@ishatrainingsolutions5 жыл бұрын
Was this video useful to you? If so, pls let me know thru comments.
@UmaDevi-pb5yw4 жыл бұрын
how to calculate response time in loadrunner
@VijayaLakshmi-iq2oo4 жыл бұрын
It's an interview question.. What is the algorithm used in purepath in dynatrace?
@siriworld85855 жыл бұрын
Thanks sir this is more help for me
@rudraganeshsubbarayulu85854 жыл бұрын
We can sort the response times of Passed and failed in DynaTrace as well as Load runner. [Example 10 iteration] As per the Question, Both should show the same maximum response time. even in the passed condition will the value of Dynatrace and load runner differ? [Condition if all passed]... Answer provided in the video is not justifying...
@anshitajain78034 жыл бұрын
If you put think time after the last transaction of the script, will it act as pacing time. If yes, what is the difference between both ways?
@ishatrainingsolutions4 жыл бұрын
It will work....but purpose of thinktime and pacing is completely different
@ishatrainingsolutions4 жыл бұрын
Thinktime is to simulate end user wait time and pacing is to control the load applied on system
@ishatrainingsolutions4 жыл бұрын
moreover....pacing should always be driven from RTS....because load from one test to other will change and you cannot change your script all the time
@anshitajain78034 жыл бұрын
@@ishatrainingsolutions thanks for answering
@performancetestingguide4 жыл бұрын
Each of them has a different purpose: Think Time will keep the thread active and LoadRunner will expect for another transaction, however, in pacing there won't be any active thread waiting for the next transaction and the thread will be in a rest state. Source: www.performancetestingtips.com/2018/10/what-is-performance-testing-and-why-it_92.html
@VijayaLakshmi-iq2oo4 жыл бұрын
If the recorded script shows resource=0 and resource=1, what will happen if we change resource=1 and resource=0 values??
@performancetestingguide4 жыл бұрын
It basically says if you want to download the resources or not, 0-yes 1-No. In your script if you have any JPEG file try changing the resource value from 0 and 1 you will get the answer.
@VijayaLakshmi-iq2oo4 жыл бұрын
@@performancetestingguide tq
@anshitajain78034 жыл бұрын
This was asked in an interview: Suppose I have a business flow (logging in to the application and logging out) and I want to achieve 10 tps, design a scenario for it. (no other details were given) Can you please tell me how to design a scenario based on such condition.
@performancetestingguide4 жыл бұрын
Put login and logout into the "Action" part of Loadrunner script and enclose it with start and end transaction, design a load scenario in Performance center or controller and ramp up with n number of users to achieve n TPS.