endless waiting for a playback
Dear Sirs,
My name is Anna.
I'm writing about endless waiting for a playback during the test execution.
I am testing the desktop application written in Delphi. The form has an element of BarManager class with several ItemLinks with linked actions (picture1.jpg). When I use the Click method for the Item (used ...VCLObject("BMBar1").ItemLinks.Items[1].Item.Click()) called form opens, but the test goes into endless waiting for a playback (picture2.jpg). I tried to execute action (used Form.act_Request_AddExecute(Form)), I tried to find the component of dxBarButton class and execute Click for it (add = AddReq.FindComponent("dxBarButton6") add.Click()), but the result is the same.
The result is correct (the test receives playback and moves on the next step) only if I use Click method with the indication of coordinates for the form or the element of BarDockControl class. It doesn't suit me.
Why does the test goes into endless waiting for a playback?
Best regards, Anna