Rajesh Om
Rajesh Om

Reputation: 518

How to stop downloading Resources for Web Application Load Testing using Loadrunner?

I'm performing Load testing of Web Applications using Loadrunner,while running the scripts it is downloading all the resources available for particular screen or pages because of this response time is taking more,Can anyone please help me how to control this type of problems in Web Application Load Testing using Loadrunner.

web_url("Search Customer",
"url=http://ipaddress:portnumber/searchCustomer",
"Url=Images/snapshot.jtl,
"Url=Images/file.css",
"Url=Images/jscript.js"
);

Upvotes: 1

Views: 1737

Answers (1)

Koby Douek
Koby Douek

Reputation: 16675

Open the Run Time Settings Menu > Under Browser > Browser Emulation > Uncheck the "Download non-HTML resources" option:

enter image description here

Upvotes: 1

Related Questions