I Have to do load testing on windows based application, we are having SQL Server, how to record Script, I tried with different Protocols like COm/Dcom,Web,Windows Socket.Can any one Suggest any other way
Latest Answer: Use the protocol:ODBC for recording SQL script ...
Do we need to install LR on the machine for which we are using load generator ,if YES then how to use load generator using controller in Load runner ?
Latest Answer: Some times we can execute different scenarios one aftre the other... so here we define these scenarios in gropus... like a group oof 10 vuser will execute the scenario 1 and the group of 20 vuser will execute the scenario 2... and so on.let me know if ...
Latest Answer: It is not possible. The load testing activity is not performed to test performance of server machines. But to test the performance of application and/or web-server, and/or application server etc.1. Load Testing is expensive activity hence it is performed ...
Latest Answer: If you have multiple iterations in your script, the only part that will run the number of times the iteration runs is "Action."Vuser_init and Vuser_end only runs once in the script. So, having actions that you only want to run once before and ...
Latest Answer: Your question is not clear. ...
What is RDR files? how to update RDR files?what is the compare with Vuser, Regenerate Vuser in the Tools menu bar in load runner
Latest Answer: yes right. You need to make a controller scenario. You can create a scenario by clicking the RUN LOAD TEST link on the main Load Runner screen (or click on TOOLS and then CREATE CONTROLLER SCENARIO)Once open, rigth click on the grey area and click ADD ...
That is lr_start_transaction("Trans_Name"); How to parametrize "Trans_Name"
Latest Answer: hi,lr_start_transaction(lr_eval_string("{p_transaction_name}"))or lr_start_transaction("lr_eval_string("{p_transaction_name}")")make sure you have parameterzied the value for transaction name.Chrees ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top