ContributionsMost RecentMost LikesSolutionsRe: Does TestComplete support automation of Slickgrid controls?This is third party control used so unable to get any information on SDK. Found on internet that it is jscript control. Haven't received any response from TestComplete. This is one of the sample grid available on internet http://mleibman.github.io/SlickGrid/examples/example1-simple.html I have used method QuerySelectorAll to get column headers, but unable to get all row records with the same. Also not finding method to get total number of all records. With child(index) property able to retrive row data but that of only visible rows. Please suggest.Does TestComplete support automation of Slickgrid controls?Does TestComplete support automation of Slickgrid controls? Please guide.Unable to work on second instance of application Hi, I want to login to application with 2 different users. On Login, username appears on the form caption (wndCaption ). So once 2 instances of applications are launched, based on username Test Complete should perform UI actions on the respective form. I tried changing value of WndCaption property of form at runtime. However, TC is always performing actions on first instance of application. Can you please help on this issue? Re: Unable to find 'MFC Control Support' extensionAny help on this issue please?Unable to find 'MFC Control Support' extension Hi, I am automating application developed in C++. In Object browser I see objects are C++ objects. The prequisites says I should have below plugins installed MFC Controls Support Rogue Wave Controls Support I am unable to find 'MFC Control Support' extension in File > Install Extensions. I have verified that I have installed 'Open Applications Support'. However, in Project Properties > Object Mapping I am able to see 'MFC' under 'Microsoft controls.' Can you please confirm if this is the default behaviour or there is an issue with the plug in installation? I am unable to get all the methods/properties of C++ objects. Also test execution is very slow. e.g. Object with WndClass: SysListView32 , Unable to select item based on text/get selected item/search through list having multiple columns. Getting error message as 'Failed to get the text of the list view item' Re: C++ application serious issue with Auto-wait timeoutHi, Can anyone please help on this issue? Re: C++ application serious issue with Auto-wait timeoutI am using TestComplete 9.1 Yes, this issue is with c++ application only. When I am dealing with other apps I am changing Auto-wait timeout to 30000 in the code by Options.Run.Timeout = 30000 C++ application serious issue with Auto-wait timeoutHi, Need a serious help! I am automating application developed in C++. Test Complete is performing every action after time mentioned in ' Auto-wait timeout '. e.g. If Auto-wait timeout is 30000 then TestComplete is taking 30000ms to perform any action ClickItem, SetText, ClickButton. If I change the value to 1000, then every action is getting performed after 1 sec but if for any reason object is not getting identified within 1 sec, then test execution is getting stopped. Please advise if I am missing any test settings. If anyone has observed such issue with applications, please share what are the possible workarounds to fix this. Note: I am not facing this issue with .NET application.