Hi,
I’m new to QF test and trying out with my own sample application. I have set the names in the sample app using the setName API. The sample application has a frame with 5 buttons (all buttons have no captions, they are of decent size). The
frame and the buttons all have names set (myframe, button1, button2…) using the setName() API. When I recorded the clicks on all the five buttons, the frame with the five buttons were created in the “Windows and components”. When I selected the frame node
under “Windows and components” I see the id, class name and name (myframe) been set correctly. But when I select the button nodes, I see the ID and class name to be set correctly but the Name attribute is empty (for all the buttons). Can someone say how to
fix this.
Also when I manually fill the Name attribute with “button1” (same as set in the app), QF test is not able to recognize the component anymore. It is able to do, when I make the Name attribute empty again.
I’m using QF test 3.2.2.
Can someone help on this (why the Name attribute is not getting recorded and how to fix this).
Background: The automation team here has been using QF test for quite some time but are facing issues with component recognition. Trying to set the names of the component in the application and test the component recognition.
Regards
Sridhar