ContributionsMost RecentMost LikesSolutionsProvide the commandline params for run method as well Hi everyone I have already discussed this thing with support (case 00344903). The application that I'm testing supports command line parameters. There are few built-in ways in TestComplete how we can provide the command line parameters for the TestedApp object: 1. Using the RunAs method - but this one requires to provide the user details (name, password and domain) 2. Using the Run method by providing the TestedApp.Params.ActiveParams.CommandLineParameters = params The second option actually modifies the TestedApp object without an ability to save the object. The approach is to provide the commandline params for Run method as well as for RunAs method Regards Taras Re: Have an abillity to save TestedApp object using the script Hi tristaanogre I agree with you that it might be not very good idea to save the testcomplete object at runtime. To me it is kind of the workaround. Ideally I would like to have an ability to run the TestedApp using Run method with the CMD line parameters as using RunAs method. I know that there are different workarounds that I can use. However, to me it is a bit strange that I can modify the TestedApp object during the script execution that will prompt the other QA specialist to save when he close the project. Maybe I should just change the description to have an ability to execute with cmd lines parameters using Run method same as RunAs method in runtime. Thanks Re: DevExpress RibbonControl: TC cannot click on the RibbonControl items in some cases Hi TanyaYatskovska As promised, posting the last update that I have got from the support and R&D team. They have submitted that there was the bug with the way TC handle the last versions of DevExpress RibbonControl and fixed the problem. They have sent the hotfix for me for the testing and it seems to be working fine. I have also tested this issue on TC version 14.0.317.7 and it also works fine (seems like the fix has already been released). In the meantime, our app was upgraded to DevExpress v 18.2.6 and it also works fine. Regards Taras Re: DevExpress RibbonControl: TC cannot click on the RibbonControl items in some cases Hi TanyaYatskovska Yes, once i get the result from the support i'll post the solution here. Regards Taras Re: DevExpress RibbonControl: TC cannot click on the RibbonControl items in some cases Hi TanyaYatskovska I have created a new project to test this one. The * option in the UI automation is disabled in my project as well as in the new project that I have created. The application is recognizable, as you can see in the screenshot: https://tarasyaremchenko.tinytake.com/sf/MzI2OTUwMl85NzkxNzU4 I have tried the same code with an older version of my tested app where the older version DevExpress used and it works perfectly. So, seems like the problem that TC cannot work properly with the newer DX RibbonControl. I have created the support case as tristaanogre has proposed but I haven't received any reply yet. They asked me to try this issue in the latest version of TC14 but the problem is still the same. Thanks for your reply anyway. Regards Taras Re: DevExpress RibbonControl: TC cannot click on the RibbonControl items in some cases Hi Tanya! The class name is DevExpress.Xpf.Ribbon.RibbonControl. The control is listed in the DevExpress controls https://support.smartbear.com/testcomplete/docs/reference/test-objects/controls/desktop/dev-express/winforms/ribbon-control/index.html. DevExpress RibbonControl: TC cannot click on the RibbonControl items in some cases Hi everyone I'm automating my application that is using the RibbonControl from the DevExpress. There is a problem with clicking the RibbonControl items when I manually select the tab in the Ribbon control after that TestComplete cannot click the items in selected tabs. When the additional tab is closed it works fine. I have tried to record the test and it seems like it just cannot recognize anything, it even doesn't try to click by coordinates. Watch the video attached, it will give you more information about the problem. As you can see in the video, the recording did the first click on Config button, then it detects the click on the Home tab, but when i clicked on the Config button again, there is no any code added for this. TestComplete version 12.50.4142.7 DevExpress version in the tested app is 18.2.3 How to handle this case? Is there anything I can do in the TestComplete to fix the problem? Or are there any changes required in the tested app? Solved