In neoload design tab, why we need to include all extra calls along with main URL
A web page is usually composed by a main URL and all the resources to render the UI like images, CSS and JS. These resources will be gathered by the browser from the servers and so it will impact the load on the servers.
That's why you need to keep them in your scripts to simulate a real load impact on servers.
Nouredine answered
RameshReddy posted a new question