ATC does not recognize many objects
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010
09:19 AM
07-21-2010
09:19 AM
ATC does not recognize many objects
Hi,
1) I am using Auto TestComplete for our Windows applications developed using C#. Our application looks similar to MS office 2007 UI - it uses Devexprees controls like ribbon menu & Mapinfo to display maps.
We have some options on Application Menu like New, Open and beside that Recent documents. When trying to record the scenario like clicking on application menu -> Click recent doc...it is unable to click on recent doc as it is giving "the object does not exist". This is happening for almost for entire application.
Do I have to install any plug-in. I have selected all plug-ins. Tried with both Keyword testing, Scripting and nothing works.
2) Also do you have any function to click based on Screen co-ordinates. Now I see it is using object as reference but as this is unable to recognize object itself. I am unable to use Click action efficiently.
3) How can we know the X,Y co-ordinates. I have used many tooks - they provide Windows/object inspector to know the mouse co-ordinates by just moving/focussing on required point. Do you have anything like this ?
Please help to resolve above issues.
Thanks in advance.
1) I am using Auto TestComplete for our Windows applications developed using C#. Our application looks similar to MS office 2007 UI - it uses Devexprees controls like ribbon menu & Mapinfo to display maps.
We have some options on Application Menu like New, Open and beside that Recent documents. When trying to record the scenario like clicking on application menu -> Click recent doc...it is unable to click on recent doc as it is giving "the object does not exist". This is happening for almost for entire application.
Do I have to install any plug-in. I have selected all plug-ins. Tried with both Keyword testing, Scripting and nothing works.
2) Also do you have any function to click based on Screen co-ordinates. Now I see it is using object as reference but as this is unable to recognize object itself. I am unable to use Click action efficiently.
3) How can we know the X,Y co-ordinates. I have used many tooks - they provide Windows/object inspector to know the mouse co-ordinates by just moving/focussing on required point. Do you have anything like this ?
Please help to resolve above issues.
Thanks in advance.
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010
02:52 AM
07-22-2010
02:52 AM
Updates Plzz !!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2010
01:17 AM
07-23-2010
01:17 AM
Support guys ???? U ther ??
Plz reply !!
Plz reply !!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2010
08:41 PM
08-08-2010
08:41 PM
Hi,
1,2. See the "Handling the 'Object Not Found' Errors" help topic.
3. All coordinates are window-related. To perform actions with objects, you don't need to know their coordinates (all actions are object-based, not coordinate-based). You can obtain the current screen coordinates of the mouse pointer in scripts by using the Sys.Desktop.MouseX and Sys.Desktop.MouseY properties.
1,2. See the "Handling the 'Object Not Found' Errors" help topic.
3. All coordinates are window-related. To perform actions with objects, you don't need to know their coordinates (all actions are object-based, not coordinate-based). You can obtain the current screen coordinates of the mouse pointer in scripts by using the Sys.Desktop.MouseX and Sys.Desktop.MouseY properties.
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
