Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Joachim,
As you are using Name Mapping in your test, you need to use the WaitAliasChild method to get the object that is appearing when executing a test. Here is the example:
if (Aliases.FContainerFormLogin.TWCAxSession.PanelBody.WaitAliasChild("cbDatabaseInstance", 3000).Exists)
{
//the cbDatabaseInstance object is available for testing
}