The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestRequest::ParseDependentRequests Property
Gets or sets a value that indicates whether to automatically fetch dependent requests that are found in the response body.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: [DefaultValueAttribute(true)] property bool ParseDependentRequests { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if dependent requests are fetched; otherwise, false. The default value is true.
If this is set to true, the following dependent requests are fetched:
Image tags.
Script files (JavaScript, Visual Basic Scripting Edition (VBScript)).
Cascading style sheets.
Body background images.
Table background images.
Image buttons.
XML files.
Show: