zgibanez
2 years agoOccasional Contributor
Equivalent to WaitAliasChild in keyword tests?
As the title says, is there any operation equivalent to the `WaitAliasChild` function in TestComplete?
The problem I am facing is the following: I am testing a WPF interactive application. While playing back tests, TestComplete does not hold on until UI elements are available to click/interact with them. `WaitAliasChild` allows to do this on script tests, but not on keyword tests.
I am in the process of training our QA team and I wanted keyword tests to be the first step before diving into scripting.
Any ideas? Cheers!