WebTestContext Class
Represents the context available to a WebTest.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)
Microsoft.VisualStudio.TestTools.WebTesting Namespace
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)
[SerializableAttribute] public class WebTestContext : IDictionary<string,Object>, ICollection<KeyValuePair<string,Object>>, IEnumerable<KeyValuePair<string,Object>>, IEnumerable
/** @attribute SerializableAttribute() */ public class WebTestContext implements IDictionary<String,Object>, ICollection<KeyValuePair<String,Object>>, IEnumerable<KeyValuePair<String,Object>>, IEnumerable
Used for every Web test and contains data that describes the context of the Web test. This information includes data about data-bound values, information about the current run such as the AgentId and ControllerName, and other contextual information.
This class does not provide any public constructors.
Reference
WebTestContext MembersMicrosoft.VisualStudio.TestTools.WebTesting Namespace