InterviewSolution
Saved Bookmarks
| 1. |
In Jmeter Is It Necessary To Call Embedded Resources Explicitly? |
|
Answer» You can eliminate all embedded RESOURCES from being EXPLICITLY called. Requests have a checkbox at the bottom that SAYS “retrieve embedded resources.” It would grab all CSS, JPG, etc. It is a brilliant way to find resources and broken LINK in a web App. You can eliminate all embedded resources from being explicitly called. Requests have a checkbox at the bottom that says “retrieve embedded resources.” It would grab all CSS, JPG, etc. It is a brilliant way to find resources and broken link in a web App. |
|