UITest::Append Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Adds one or more UITestAction objects to the test.
| Name | Description | |
|---|---|---|
|
Append(IEnumerable<UITestAction>) | Adds a list of UITestAction objects to the execute actions of the test. |
|
Append(IEnumerable<UITestAction>, UIMap) | Adds a list of UITestAction objects to the execute actions of the test. |
|
Append(UITest, Int64, Int64) | Adds a range of UITestAction objects from the provided test to the execute actions of the current test. |
Show: