ContributionsMost RecentMost LikesSolutionsTestExecute - Mensagem: File because it is not a valid project suite or project file Good morning We have TestComplete license in version 12.50.4142.7 and TestExecute in version 11.31.2420.11. When opening the project, the message appears: "Cannot open the 'C:\git\TestComplete\checklist\checklist.mds' file because it is not a valid project suite or project file." Can you help me open the project in TestExecute? What is the possible solution? Thank you very much Alex Re: Automation in Flutter application does not work Sorry, it's not Kotlin but Flutter. I'm trying to compile my flutter project with PatchServices.jar but it doesn't compile. It's possible? How I work with TestComplete and Flutter? Re: Automation in Flutter application does not work Thank Mattb I'm trying to compile my kothin project with PatchServices.jar but it doesn't compile. It's possible? How I work with TestComplete and Kotlin? Alex Automation in Flutter application does not work Hello I have an application developed in Flutter but i can't automate it. I'm using a cell phone connected to my machine. With the app Mobile Orders app it's OK. Am I doing something wrong? I'm using TestComplete version: 14.90.432.7 x64 I'm not to use my float licence Hello I bought a float license and I'm not to use my float license. I have any desktop license. In attachement files. Thank you. Alex SolvedRe: Debug Slow Good morning. The solution was delete the Watch List Items. Magic solution. Now is very fast my debbug. Thank you Robert Martin, you are fantastic. Alex Borelli Re: Debug Slow Hello. This is running in the middle of larger project. If I running in a project stand alone is very fast, equal you said. What I do for my project stay very fast in debbug? I disabled Under Tools | Options | Log, there's an option there for "show pause log", continues to be slow. Thank You. Re: Debug Slow Why this code that is taking 6 seconds? This code is very simple. procedure test; var a, b : string; begin a := a; b := b; if a = b then Log.Message('Equal') else Log.Error('Error') end; Is the problem only in my NameMapping? Thanks. Re: Debug Slow This code that is taking the 6 seconds: procedure test; var a, b : string; begin a := a; b := b; if a = b then Log.Message('Equal') else Log.Error('Error') end; This code that is taking 11 or 13 seconds. Aliases.control.CadAlt_Pedido_Venda.Edit14.Keys('[Enter]'); Aliases.control.CadAlt_Pedido_Venda.Edit1.Keys('31[Enter]'); Aliases.control.CadAlt_Pedido_Venda.Edit10.Keys('[Enter]'); Aliases.control.CadAlt_Pedido_Venda.Edit2.Keys('2[Enter]'); Thanks. Alex Debug Slow Hi. I am using the TestComplete version 12.0.122.7 and when I using the debug is very slow, 13 seconds for change a line. Do you can help-me? Solved