ContributionsMost RecentMost LikesSolutionsBitBar Secure Tunnel option not available in Private Cloud Hi, I have a private cloud account and was wondering why Secure Tunnel option not available? If is not available, how could we test internal apps that are secured via a VPN (ZScaler). Re: cannot run projects with testcomplete 9.31 in silent modeHi, I don't understand your reply. The problem is not the cmd. I detected the cause of the bug, and it's not necessary to open the project... The problem is that the testcomplete project is under source control (all folders and files are read-only) and is run in this way. If I remove the read-only attribute, everything will work fine. This problem occurred only after I upgraded testcomplete from 9.1 to 9.31. Raluca Re: Tests run directly from TE but not via VS2010Hello, I'm getting the same problem when I run my tests from visual studio or from a bat like this "c:\Program Files (x86)\SmartBear\TestComplete 9\Bin\TestComplete.exe" /r "E:\glp\6-imp\src\GLPAutTest\BeforeProduction\GLPConfiguration\ManageTrackDestinations\ManageTrackDestinations.pjs" /SilentMode /e Can you help? Thank you, RalucaRe: Problems with TC from command line when using "start /wait"Hi, me too I have the same problem. I tried by usinh "" before start wait but it still doesnlt work... Does anyone have a different solution please? Ralucacannot run projects with testcomplete 9.31 in silent modeHi, Recently I upgraded my testcomplete from version 9.1 to 9.31 but I have a problem with running tests with command parameters. Sometimes the tests corresponding to my projects are run, sometimes no... Everything was fine until I updated testcomplete The command line I'm using is: "c:\Program Files (x86)\SmartBear\TestComplete 9\Bin\TestComplete.exe" "project path" /run /exit /SilentMode /ns Can anyone help me? Thank you, RalucaMultiple selection in CLR Bridge is not possibleIf there are several items already added in CRL Bridge dialog (from Project-->Properties), the multiple selection + remove is not possible, thus deleting several items is becoming very borring. Can this functionality be added in the future TestComplete versions?Re: Automatically open microsoft access databaseI have a template database 'Marketing projects.accdb' and I want to test it.Re: How to get the selected cells in dev express string grid Hi, I don't know how to check if a cell is selected, you should check the documentation from DevExpress. But, maybe this function can help you /// <summary> /// Clicks on a certain cell from a grid. /// gridObject: the name of the grid /// rowIndex: the index of the row /// columnVisibleIndex: the column's visible index (the first visible column has VisibleIndex = 0) /// text: text to enter the the cell /// </summary> function EnterInfoInCell(grid, rowIndex, columnVisibleIndex, text) { grid.Focus(); view=grid.MainView; var column = view.GetVisibleColumn(columnVisibleIndex); if(column != null) { view.SetRowCellValue(rowIndex, column, text); } } RalucaAutomatically open microsoft access databaseHello Does anybody now how can we open a microsoft access project (database) via test complete I can use tested applications to open MACCESS, and then? Thank you, RalucaRe: Is it any promotion for new license or upgrades?Ok, thak you. I'll write an email to sales. Regards, Raluca