Information
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.

PostPageEventArgs::PageOutcome Property

 

Gets a value that indicates the outcome of the page request and response.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property Outcome PageOutcome {
	Outcome get();
}

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::Outcome

A value of either Pass or Fail that indicates the outcome of the page request and response.

The value is Pass only if the outcome for all WebTestRequests made for the page was Pass.

Return to top
Show: