This topic has not yet been rated - Rate this topic

ExtractRegularExpression.Extract Method

Finds the text represented by the regular expression in the response and adds the value to the WebTestContext.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public override void Extract(
	Object sender,
	ExtractionEventArgs e
)

Parameters

sender
Type: Object

The object that fired the event.

e
Type: Microsoft.VisualStudio.TestTools.WebTesting.ExtractionEventArgs

Contains information about the request, response, and context event data.

If the regular expression was found or Required is set to false, e.Success is true; otherwise, e.Success is false. If the regular expression was not found and it was required, e.Message is set with a string that indicates the expression was not found. This is displayed in the Test Results pane.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.