Wow.....Extrodinary Sir , this video is very informative and also your Voice is incredible . ❤❤❤❤❤❤❤❤❤
@mdobaydullah87447 жыл бұрын
Absolutely amazing stuff. I just wanted to appreciate you Inder for the way you have taught this lesson with clarity. Thank you very much. Could you please share the Correlation , Error handling & performance bottleneck video links ?
@nayneeshyanamala85342 жыл бұрын
Superb sir
@lina4career7 жыл бұрын
Its Amazing lecture....Sir.Thank You Very much
@sidhu71883 жыл бұрын
Please make video on silk performer tool
@QA13 жыл бұрын
@Siddhartha Dumala, Noted your suggestion. Thanks!
@sireesha24548 жыл бұрын
thank you sir. could please explain bottles in performance testing
@QA18 жыл бұрын
In any system, a bottleneck is that part of the system that limits the system performance. In a car, the bottleneck may be its engine power or its wheels profile or the car's shape (that causes air resistance). A bottleneck of the computer system can be its processor speed or memory or network bandwidth or calls to external systems. One goal of performance testing is to find out the biggest bottleneck in the system. Stress test is useful to find the main bottleneck. I have explained performance testing concepts in the first forty minutes of my JMeter tutorial at kzbin.info/www/bejne/ap7Jd4aordWfZrs
@maheshkumarm15292 жыл бұрын
Is performance testing have future and growth please tell me sir
@QA12 жыл бұрын
Performance testing is a part of both software testing and performance monitoring tracks. It may belong to an independent role or be a part of DevOps etc.
@ngr99812 жыл бұрын
on 17:55 when you click Trans Response Time graph, on the bottom right there is vertical scroll bar appears. but on my controller there is no vertical and horizontal bar. is there a specific settings to make those bar showing?
@QA12 жыл бұрын
I checked it at 17:55 , the Trans Response Time graph is center right and there is no vertical scroll bar in it. If you meant Transactions dialog, I got that by clicking the Passed Transactions link. In order to have a vertical scrollbar in it, we need to add several transactions to our Vuser script. Please view LoadRunner Transaction Tutorial at kzbin.info/www/bejne/naCwg5KPqrmroJo
@manasakonappa95182 жыл бұрын
in this performance testing using local or server url?
@QA12 жыл бұрын
The web server is running on the local machine. In order to get familiar with the Vuser script, please see the Vuser script tutorial at kzbin.info/www/bejne/m3LOdn1jeNqgbMk and script replay tutorial at kzbin.info/www/bejne/hny4eXxvmbWimKM
@manasakonappa95182 жыл бұрын
tqs for replaying
@knowledge26545 жыл бұрын
Hello Sir .... Do we need any programming language knowledge for Load runner tool . kindly please reply
@QA15 жыл бұрын
Hello, actually you can record your script in LoadRunner VuGen tool. It automatically creates the script for you in C programming language. You can view my LoadRunner VuGen scripting tutorial at the link, kzbin.info/www/bejne/m3LOdn1jeNqgbMk
@sreenivassanjeev9357 жыл бұрын
hi, wanted to know how I can add Load generators to Performance center?
@ss-of1oy4 жыл бұрын
Can we able to handle OTP( which comes to mobile) in loadrunner for performance testing?
@QA14 жыл бұрын
Surely. The OTP is just a response from the server.
@ss-of1oy4 жыл бұрын
Can you pls let me know,how we can capture the OTP from the external device(mobile) through Vugen. Awaiting for your kind response.
@UmaDevi-pb5yw4 жыл бұрын
while launching controller it shows 'Transaction Monitor not available' and graphs are not visible
@QA14 жыл бұрын
Which LoadRunner version are you using? It seems that your LoadRuner Controller cannot get the data. You can open Controller as administrator (right-click > more > Run as administrator) and see if it resolves your issue.
@mallikarjun1110008 жыл бұрын
Hi, while im running the scenario is dont see the graphs showing up on controller. Is there any additional setting to be done ? Please suggest.
@QA18 жыл бұрын
1) The graphs are shown in the Controller's Run tab. So, ensure that you switch to the Run tab. 2) Graphs do take a little time to show because they need the initial data to show something. 3) Then you should check if the scenario actually runs or not. Apart from the graphs, you can see changes (during run) in the Scenario Status pane (top right corner). Also, the Stop button will be enabled when the scenario is running. 4) If your scenario does not run at all or ends too quickly, switch to the Controller Design tab and set Global Schedule (bottom left corner) as shown in this video. Then save your scenario and run it again. Hope this helps.