Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Re: Loadrunner 11.52 does not have web_set_connections_limit function. How to enable it?

$
0
0

You may change the connections by changing the default.cfg file of the script.

Open the default.cfg under the script, and change the value of MaxConnections under WEB, like below.

[WEB]

MaxConnections=6

 

As I know, the API web_set_connections_limit should still works. It should be a doc issue that missing help of the API.

You may try to put this function to your script.

web_set_connections_limit("10");


Viewing all articles
Browse latest Browse all 12134

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>