ContributionsMost RecentMost LikesSolutionsRe: TestComplete is no longer recognizing mapped objects Since you have just updated, make sure you still have the web module enabled (File|Install Extensions). Re: Saving Tree List elements You could create a JSON representation and save it to a text file? It is really up to you. I would note that while a CSV file could work, it won't preserve the parent/child relationships. You would likely need a script function to write it out as JSON though. Re: Keyword Test not working the second time Can you share what the error message is? Re: endless waiting for a playback Are you 100% sure this is the operation that's causing the endless waiting? If you pause when it's waiting is this the operation that it is up to? If you set debug points is it definitely this operation? I don't have any experience with Delphi and I have never seen this behaviour before. Re: Seeing huge resource consumption in TestCompleteService15 (32 bit) causing VM to be unstable Wow it definitely sounds like it might be worth raising an issue with support https://support.smartbear.com/testcomplete/message/ Re: Unable to Run the script in Remote Desktop servers Are you surethat the remote servers have the correct licence to run Web testing? Re: Are others having issues with running tests on different machines? Definitely haven't run into thisproblem before. Are you running a browser/website test or is it a tested desktop application? Can you open the name mapping on the new machine? Does it all look right? Which version of TestComplete are you running on both machines? Re: TcxCheckComboBox. Set item ckecked Do the Click() and ClickButton() functions work? For me using a regular win32 checkbox I have to check the state using .wState and then click the checkbox using .Click() if it doesn't match Re: port is not open from testcomplete Does it work if you run TestComplete as administrator? Re: WaitWindow is returning a window that doesn't match the selection criteria It would be really useful if you couldtest this against TestComplete 14 if it's possible. Can you include details about the Window Class (WndClass) of the resulting object? Do you get any warning or messages about ambiguous object recognition in the test log (or any other messages)? What type of object is Aliases.Sys.Ezp.Session.Client? Is it a Window object?