Some URL response in LoadRunner is not included in JMeter Performance Tool.
Is there a way to add to missing URL responses in JMeter to simulate the same scenario for both tools?
Some URL response in LoadRunner is not included in JMeter Performance Tool.
Is there a way to add to missing URL responses in JMeter to simulate the same scenario for both tools?
It depends on your JMeter configuration. Most probably you didn't check "Retrieve All Embedded Resources" box on the "Advanced" tab of your HTTP Request sampler
If you provide only URL - JMeter will execute the corresponding HTTP Request to that endpoint, however it won't download so called "embedded resources":
If this is the difference - you can quickly amend JMeter's behavior using HTTP Request Defaults.