ContributionsMost RecentMost LikesSolutionsRe: TestComplete increase the memory taken by my applicationI tried the idea of Irina to solve my problems but without these extensions, my tests didn't work anymore... So it was not a solution for me. Instead, i use the method Sys.Process('myprocess').MemUsage and when it reach 200000, I restart my application. But i keep the memory leaks (of TestComplete on my application), and it's very frustrating because i can't test the real memory leaks of my app because of that. TestComplete increase the memory taken by my applicationHi, I saw something weird happening with the version 8 of TestComplete and Windows 7, when i run my tests with TestComplete, the memory taken by my application keeps increasing. When i do exactly the same test but without TestComplete, the memory is released. The effect is not so strong with the version 7.52 of TestComplete and Windows XP. I don't know if it comes from TestComplete version or Windows version. It maybe also come from my conversion of my project from TestComplete 7.52 to TestComplete 8.0. Did you notice this behaviour ? The only way i found to prevent this problem is to close and re-open my application (so the memory goes back to normal and then restart to increase and increase and increase with my TestComplete tests...). Maybe there is an option to set to prevent that ? Thanks for reading my thread, Ell TestComplete, com4j and TestExecuteHi, Firstly, excuse me for my bad english, and thank you for reading this post. I used the libray com4j to communicate in a java program with TestComplete. com4j read the file TestCompleteInternal.tlb in the directory Bin\Extensions and products a java lib that I can use to open TestComplete, open a suite, execute a script unit in a testproject. It works with TestComplete but not with TestExexute, but i'm only using a demonstration of TestExecute so I was wondering if ths problem is that i use a demo or if it's because my method can't work with TestExecute ? (I noticed that there is the same file TestCompleteInternal.tlb so i was hoping that my library generated with com4j will work with TestExecute too). I'm using TestComplete 7.52 and TestExecute 7.52Demo Thanks for helping me, Re: Problem with the Click Methodi forgot to precise, i'm working on Windows XP, using TestComplete 7.52, my application is in DelphiProblem with the Click MethodHi, I really often use the method Click in my application, but now i'm having a big problem. When i'm on the WIndows Explorer and TestComplete do a right click on my file, everything is ok, then TestComplete click on the menuitem which calls a function in the application i'm testing and this particular click takes 10seconds ! Precisely 10seconds, I really don't get why it takes so much time, when i do it manually, the new window appear instantly. Did you already saw a problem like this before. It's very important for me to reduce my test execution time. Thanks for your precious helpRe: Working With TestComplete Java Application?It seems that COM objects are not in the standard java library but i found some other libraries like Jcom or com4j, i'll try to tell you if i managed to communicate with TestComplete via my Java application !Re: Working With TestComplete Java Application?Thank you for your quick answer :)Working With TestComplete Java Application?Hi, I work with TestComplete for a few months and i really like this software, i feel like i can do everything i want with it. However, I have to launch TestComplete tests from another application named Salomé TMF. This application allow to create JUnit tests and i want to call my TestComplete Suite or Project without having to open and close TestComplete for every new tests... I read "Working With TestComplete via Com" but it's only explained for C#, .NET and Visual Basic, is it also possible to do this with Java ? it would be so wonderful !! Thanks, EllInheritance and Custom ObjectsI created a lot of new classes and objects, and i wanted to know if it is possible to add inheritance ? For example, I have a class Menu, and i want to distinguish the class PopupMenu from the class MainMenu with adding other properties but keeping the properties of the class menu. ThanksRe: Edit a property which is and object (with ODT)I chose to change the name of my property Properties in Props but I know have an other problem. I want to access to the property Props using Properties : menu.Properties('Prop') But I obtain this error : "Unknown name. Properties ". I don't understand because when i use menu.Props it works perfectly. Edit : I didn't use Value correctly, i understood my problem, sorry for this useless post =)