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::Serialize Method (WebTestResultDetails^, String^)

 

Saves a Web performance test result to a file.

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

public:
void Serialize(
	WebTestResultDetails^ details,
	String^ filePath
)

Parameters

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

Details of the test result.

filePath
Type: System::String^

File to save the result.

Return to top
Show: