Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Appends a list of test actions to this UI test.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Overload List
Name | Description | |
---|---|---|
![]() |
Append(IEnumerable<UITestAction>) | Appends the provided list of test actions to this UI test. |
![]() |
Append(IEnumerable<UITestAction>, UIMap) | Appends the test actions and objects from the provided UI map to this UI test. |
![]() |
Append(UITest, Int64, Int64) | Appends the test actions from the provided UI test into this UI test at the provided range. |
See Also
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top