ContributionsMost RecentMost LikesSolutionsdelete community account I do not see any option to delete a user's own account on Smartbear Community. How can a user make sure his account is deleted (permanently). Mathijs Groen Re: Working in TestComplete while an NetworkSuite-Job is running I agree Re: Clear breakpoints by script Please implement this as well for Keyword Driven tests. Re: Workspace tab behavior you can use Cntrl-Shift-F4 to close all open tabs at once. Re: Support for FireMonkey / FireUI Hi, I am having issues with TestComplete being not able to recognize some objects in the application (using ObjectSpy), the application might be compiled using FireMonkey/FireUI. But I am not sure. Is there any way how I can determine which framework the application is using? I have an executable I want to investigate/decompile it so I can determine whether or not FireMonkey / FireUI was used or not. Re: Add counter number in TestComplete running indicator for ProjectTestItems Hi cunderw, thanks for this this suggestion and although this leads to a workable solution I still consider this as a workaround, I'd prefer to use as litle scripting as possible and since TC supports iterations in loops (for. while), I would expect that "live" information on current loop to be visible on the Running indicator. Add counter number in TestComplete running indicator for ProjectTestItems When running test in multiple iterations on project level, it is not visible on which iteration number the test is. In my opinion it would be beneficial to implement current iteration number and total iterations number. For example implement counter: 4 / 10 [meaning current iteration is 4, of a total of 10 iterations] Ideally this would be implemented on ProjectTestitems (on all levels) as indicated in screenshot: ProjectTestItem1 has 4 ProjectTestItems under it. Re: Disable opening the log (in browser) after running a task in Network suite test Hi, yes, it worked Disable opening the log (in browser) after running a task in Network suite test I am running a task on a specific host in NetworkSuite test. After the test is executed the log file (mht) is opened in Browser. I do not want that - how can I disable this? SolvedImplement video recording In stead of implementing numerous "Generate Screenshot" in my Keyword tests, I would like have ability to start video capturing and end video capturing. Save it in the testlog, also saving possible as avi / mpeg4 (up to the tester to decide). Optional include parameters in the videorecording on screen: name of current test, variable names, etc. Would be very welcome!