Forum Discussion
I am current using 12.20.935.7
Using the record and run feature, a keyword was created and but coordinates were being clicked instead of the object itself.
Thanks,
Can you go to the TestComplete object browser and show us what the application looks like there?
Obviously, there are some portions visible to TestComplete... there's a button that is recognized (the ClickButton call), a panel that you're setting the text on... so, it appears that the main question is with this "document" object. What is that? Any details you can give us on that would be helpful.
- rusantos8 years agoContributor
I may be able to highlight a entire form but I cannot specify which link/button/menu to perform action with.
Regards,
Russel~
- tristaanogre8 years agoEsteemed Contributor
That's not entirely true. If you look at your Object browser, you see that your form has child objects for different controls, etc. The way TestComplete recognizes things is that the form is an object... that object then has child objects that are the controls, menus, etc., on the form, and so on. So, the screenshot you gave us shows us the object properties of the form... to interact with other objects, you reference those objects.
Back to the recording you showed us the screenshot of. What I have highlighted below shows that the form "dialogOpen" has a button on it that has been named "buttonOpen". So, TestComplete can click on and interact with certain components of your application.
The problem is with the object that in your object browser view shows up as "document". That's where you're having the problem with co-ordinate clicking.
Now... something else your object browser shows us is that SAPLumira is a CEF application. TestComplete CAN recognize the components of such an application... but you need to do a bit of work to it first.
Check out the following article, specifically the item listed as "Option 1".Try following these instructions and attempt another recording of your test and see if it works any better.
- tristaanogre8 years agoEsteemed Contributor
One other thing I JUST now noticed... in your screenshot of your object browser, I actually see TWO SAPLumira processes in memory. What's going on with that? Obviously, I don't know much specifically about the SAPLumira application but it seems odd to have to processes with the same name in memory. This COULD be "confusing" TestComplete if it's trying to interact with objects that are present in a different process.
Related Content
- 5 years ago
Recent Discussions
- 2 days ago
- 8 days ago
- 11 days ago