ContributionsMost RecentMost LikesSolutionsRe: clicking on subitem of sysListView control Hi Swati, Try with using WItem.Click() refer this link :- https://support.smartbear.com/viewarticle/68276/ Re: clicking on subitem of sysListView control Hi Swati, Please attach object properties screenshot also. Re: clicking on subitem of sysListView control Can you please provide screenshot of object properties and methods with the help of object spy? Name and Mappedname will help. Re: Windows 10 with TestComplete 10.60 Hi TanyaYatskovska and heidi_n, Thanks for your prompt reply. I will go with upgrading TestComplete to new version. Re: Windows 10 with TestComplete 10.60 Hi, I am able to edit and write scripts for now on Win 10 with TC 10.60. But when I play script, it shows indicator but nothing goes forward. Also our license is expired, so I cannot upgrade to v11. Any other solution to use TC 10.6 on Win 10? Thanks. Windows 10 with TestComplete 10.60 Hi, I am running my Testcomplete scripts (jscripts) on platform win 10. It shows project execution but nothing goes on, it stuck on 1st script. My first step in the script is USEUNIT method (is this causing problem?). I dont know actual cause. Is USEUNIT not supported on Win 10 platform with TC 10.60 or there is another possbility? Also when I try to stop project execution, it does not stops and I have to kill TC exe. What should I do? Cannot upgrade to TC 11 as support and maintenance period expired. Thanks in Advance. SolvedSet folder permissions to read only to all users without using batch file Hi, I want to set folder permission to read only access to all users using TestComplete. I am writing some code in JScript but its not working and I am still able to copy files/install exe to that folder. My code: function test() { aqFileSystem.ChangeAttributes("C:\\WorkingFolder", aqFileSystem.faReadOnly, aqFileSystem.fattrSet); } I want to accomplish this without using batch file. Anyone having solution to this? Re: We should have an app for our community Thanks Tanya. Re: How to handle non standard windows with regards to object mapping You can add menu action manually. Here are the steps:- 1. Drag and drop Menu Action operation from Operations-> Test Actions. 2. Select preferred Menu Type 3. Select an obect (or Map your object) 4. Select method or proerty as Click 5. Specify item to be clicked in Operation Parameters (as File|New|NewItem). Does this help? Re: Not able to identify the objects in IE 10 Hi, Check with changing your project properties. 1. Click on Tools -> Current Project Properties 2. Select Open Applications -> MSAA 3. Click to check "*" and "InternetExplorer_Server" checkbox 4. Save this settings and Relaunch IE 5. Try to Map required object I have this properties changes in my project, I am able to Map specific objects or attributes.