"Waiting for Button Object" occurs AFTER the button has already been pressed for a Java Swing app
Greetings, I have a keyword test for a Java Swing application that is working perfectly fine.However, I am noticing behavior that I don't understand that I believe is making the execution time of the test unnecessarily long. There are several dialog boxes that pop-up in the app during test execution. When I am done interacting with the dialogs, I am closing them by doing a ClickButton operation on the "Close" buttons on each dialog. These buttons are javax.swing.JButtons. TestComplete is correctly clicking on the buttons and the dialogs are dismissed, but then, strangely, I can see in the "indicator" a message like, "Waiting for [Button] Object" and the test paused for several seconds. Normally, I am used to seeing such pauses BEFORE interacting with components. Anyway, I feel like, when you add up all the times that this happens in my test, it is costing me about half a minute (in a test that runs in three minutes). Does anyone have any answers for why this is happening, or what I can do to prevent it from happening so that I can reduce my test execution time?Solved3.2KViews0likes11CommentsTestComplete unable to recognize Java Swing JPanel object
Hi All, I am trying toautomate JavaFX application, where there is an "javax.swing.JPanel" objectand test complete not recognizing that object. Problem : * Object browser shows jpanel as the object and when i try to highlight its says [cannot highlight this object]. * But when i went to project properties->ObjectMapping and tried to check if jpanel object available in object types but no such objects found likeSwing Controls->Jpanel. * I tried to add "javax.swing.jpanel" to object mapping but no luck.. Does anyone have faced this issue before? any suggestions to resolve this please.. Many Thanks, Kavan Shah1KViews0likes1Comment