Unable to find object ClickButton
Hi,
I have strange problem with my Delphi 2007 application. In my keywordtest script I get (mostly at same location) error " The object with the specified attributes does not exist. Tested object: Aliases.winskj.rbldForm.Sulje()" when testexecute should press TBitBtn. Before that I make sure that correct form exists and currelty test if that TBitBtn Object exists . Bellow is screenshot of my script. And text "Löytyy" will be in log. This doesn't happen allways. For example yesterday evening test was okay. Today not (code hasn't changed).
This seems also happen much more with testexecute (running on virtual machine) than with testcomplete (running at host).
Both hosts and virtual machine have windows 10 installed. TE is 12.30.1651.11 and TC 12.30.1651.7
Okay -solved this by my self.
I realized that form where button was has been created but if was not yet visible.