My scenario is to test response time for any web page which has many resources like png, jpg, css, etc embedded.
I need help in understanding whether we should enable or not "Embedd HTML resources"
checkbox while running performance test in JMeter based on best practice to be followed to get realistic response time.
A) If I have recorded script then these resources are recorded in script.
So questions are:
1. are we required to use exclusion pattern or not?
2. should we disable all resources recorded from script and simply enable this check box for "Embedd HTML resources"?
3. should we keep recorded resources in the script and disable the check box for "Embedd HTML resources"?
B) If we have created script manually by adding Http Sampler for each web page, then as a best practice should be enable / select checkbox "Embedd HTML resources".
Thanks & Regards.