ContributionsMost RecentMost LikesSolutionsIntegrating Selenium BDD framework tests within Testcomplete Hi there, We are testing hybrid desktop and web application. We are using TestComplete: for desktop applications, this testing framework is developed in VB script Selenium: using a BDD framework for web applications, this testing framework is developed in C# We are planning to test the sync mechanism between the two applications. Let's say make some changes in Desktop and check these changes are replicated in the web application. Is there any way to run Selenium tests within Testcomplete to complete the whole flow of the testing? Thank you. SolvedHow to enable Checkpoint Wizard in scripting? Hi, I am using Testcomplete 12.50, I am able to find the checkpoint wizard while recording the script but struggling to find the checkpoint wizard in scripting. Whenever I click the checkpoint icon in the toolbar, I can see two options 1) Clipboard checkpoint and Manual checkpoint. How can I enable checkpoint wizard in scripting, please? Thank you. Re: How to deactivate node locked test complete license and generate a new license key? Hi Alex, Thanks for your reply. On this page https://my.smartbear.com/hasp/deactivate.aspx , do I have to perform both of the steps? Bearing in mind I don't have access to the machine from where I wouldn't like to deactivate the license. Thanks. How to deactivate node locked test complete license and generate a new license key? Hi, One of our employee left but that employee didn't deactivate the TestComplete license. I don't have access to that machine, is there any way to deactivate that license and generate new license key from SmartBear account portal? Re: The operation cannot be performed, because the desktop is invisible SaravanaKumar_N thank you for your reply. By applying this solution https://support.smartbear.com/testcomplete/docs/testing-with/running/via-rdp/in-minimized-window.html it has solved the problem. The operation cannot be performed, because the desktop is invisible Hi, During the Testcomplete 12.50 execution, if I lock my computer then I am getting the message "The operation cannot be performed, because the desktop is invisible". Is there any workaround Testcomplete continue its execution even though the computer is locked? I am using Windows 10 operating system 1709 on this computer. Thank you. SolvedRe: Updated Testcomplete 12.30 to 12.50 , getting preparing an object recognition hint Thank you very much for your help. Re: Updated Testcomplete 12.30 to 12.50 , getting preparing an object recognition hint I have already added the WndCaption to the parent window but can't find WndCaption on the second level. But there is another property called WPFControlText on the second level, would adding that the be better solution than adding Name property? Re: Updated Testcomplete 12.30 to 12.50 , getting preparing an object recognition hint After adding Name to the second hierarchical level, it starts working and tests are running perfectly fine now. Re: Updated Testcomplete 12.30 to 12.50 , getting preparing an object recognition hint It clicks OK button successfully, after this again looking for this button with a message "preparing an object recognition hint" as per attachment. I have attached the logs as well, whenever I double click the log message it takes me to this code. //Click on OK button on backupsuccessful message Aliases["PTPTaxExpenseObjectMap"]["HwndSource_Window6"]["WindowBackupRestore"]["btnOk"]["Click"]() Whenever Testcomplete performing "preparing an object recognition hint" it becomes unresponsive.