how to click on desktop item.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010
01:20 AM
09-17-2010
01:20 AM
how to click on desktop item.
Hi
this is srikanth.
how to click on desktop item (shortcut by the specified name).
is it possible to rightclick on that object.
if anybody know how to navigate through start>programs>automatedQA>testcomplete>testcomplete8. from start menu. and click on that item.(possibly right click to open that properties file).
thanks in advance.
this is srikanth.
how to click on desktop item (shortcut by the specified name).
is it possible to rightclick on that object.
if anybody know how to navigate through start>programs>automatedQA>testcomplete>testcomplete8. from start menu. and click on that item.(possibly right click to open that properties file).
thanks in advance.
4 REPLIES 4
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2010
12:27 AM
09-18-2010
12:27 AM
Hi,
You can record tests for the needed actions. In case of clicking a Start Menu item or double-clicking a desktop shortcut, there is no need to record and play back these actions. TestComplete uses a more reliable way: the corresponding application is automatically added to the TestedApps collection of your project and can be run with the Run method (as it is recorded).
If you need some additional help, please clarify your task.
-----
Alexander
Customer Care Manager
Alexander
Customer Care Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2010
04:37 PM
09-19-2010
04:37 PM
Hi,
i want to right click on that desktop icon and go to the propeeties window and do some modifications in the properties window.
will you suggest me how to click on that desktop icon.
thanks in advance.
i want to right click on that desktop icon and go to the propeeties window and do some modifications in the properties window.
will you suggest me how to click on that desktop icon.
thanks in advance.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2010
11:33 PM
09-19-2010
11:33 PM
Hi,
You can just record a test by performing the needed actions. Do you have problems when playing back the recorded test?
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010
07:06 PM
09-20-2010
07:06 PM
Hi,
thanks for the reply.
Sys.Process("Explorer").Window("Progman", "Program Manager", 1).Window("SysListView32", "", 1).
Here all the desktop items will be there and i picked the specified with name.
thanks for the reply.
my problem was solved.
thanks for the reply.
Sys.Process("Explorer").Window("Progman", "Program Manager", 1).Window("SysListView32", "", 1).
Here all the desktop items will be there and i picked the specified with name.
thanks for the reply.
my problem was solved.
