UITest.Append Method

Include Protected Members
Include Inherited Members

Appends a list of test actions to this UI test.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Append(IEnumerable<UITestAction>) Appends the provided list of test actions to this UI test.
Public method Append(IEnumerable<UITestAction>, UIMap) Appends the test actions and objects from the provided UI map to this UI test.
Public method Append(UITest, Int64, Int64) Appends the test actions from the provided UI test into this UI test at the provided range.

Top

See Also

Reference

UITest Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace