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.

WebTestResultDetailsSerializer::Deserialize Method (String^)

 

Loads a Web performance test result from the specified file.

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

public:
WebTestResultDetails^ Deserialize(
	String^ filePath
)

Parameters

filePath
Type: System::String^

File to load from.

Return Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestResultDetails^

The Web performance test result.

Return to top
Show: