Non-Resources dialog box

When you record a script, VuGen indicates whether or not it will retrieve the resource during replay using the Resource attribute in the web_url function. If the Resource attribute is set to 0, the resource is retrieved during script execution. If the Resource attribute is set to 1, the Vuser skips the resource type.

You can exclude specific content types from being handled as resources. For example, you can indicate to VuGen that gif type resources should not be handled as a resource and therefore be downloaded unconditionally.

To access: Record > Recording Options > HTTP > Advanced > Non-Resources

User interface elements are described below (unlabeled elements are shown in angle brackets):

UI Element
Description
Add new entry button
Add. Adds a new entry to the list.
Delete entry button
Remove. Deletes an entry from the list.
Restore List
Restores the default list.
<Non-Resource Content Type list>

List of content types which should not be recorded as resources. Each item can be selected or deselected using its individual check box. 

  • Check box selected (default): Resource attribute set to 1, resource is not recorded.

  • Check box cleared: Resource attribute set to 0, resource is retrieved during script execution.

Back to top