This topic has not yet been rated - Rate this topic

TestContext.RequestedPage Property

Gets the requested page.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
public virtual Page RequestedPage { get; }

Property Value

Type: Page
A Page object.
ExceptionCondition
InvalidCastException

An invalid value type is associated with the RequestedPage property of the test context.

This property is only valid when you run ASP.NET unit tests. This property references the Page object created by the URL used to invoke the test.

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