ContributionsMost RecentMost LikesSolutionsExclude specific properties from object identification Sometimes the UI Spy object identification includes properties that have values which are not useful for identification. For example a localized property value that can change after changing the SUTs language/region. It would be useful, if it was possible to exclude those properties if they are not needed for a unique search path of that object. Re: "The log cannot be exported." Thanks a lot, that was the problem! Re: "The log cannot be exported." Hi tristaanogre, thanks for your answer. Unfortunately this doesn't work. And the report files appear already during test run. Kind regards Medved "The log cannot be exported." Hello Testers, I'd like to generate an HTML test log by command line execution of TestComplete. I executed the following command in windows cmd: C:\Program Files (x86)\SmartBear\TestComplete 12\x64>TestComplete.exe "C:\Users\Username\Documents\TestComplete 12 Projects\MyProjSuite\MyProjSuite.pjs" /run /project:MyProj /ExportLog:"C:\MyLog.html" The test runs (successfully) but after it finished, a popup says "The log cannot be exported." Followed by a german sentence which basically says "Reason: The process was completed successfully." (see file attachment). There is no HTML test report in C:\. The TestComplete projectsuite and project are very basic. There is only one test, which contains a log-message and nothing else. Can anybody help me? Kind regards Medved SolvedSelecting a row from DevExpress.Xpf.Grid.TreeListView by string Hello, I'd like to select a row from a DevExpress.Xpf.Grid.TreeListView by its content (a string). I tried myTreeListControl.View.SelectRowByValue_2("myFieldName", "00.00"); but I get a NullReferenceException. Does anyone had a similar problem and can help me? Thank you very much! Kind regards Medved Re: Keywordtest to script conversion - no parameters Thanks a lot for your reply. It seems, that the three dots are displayed, if the value of the passed parameter matches the default parameter. The strange thing is, that even if the default paramter of the called keyword-test is changed, the three dots stay. Only if I create a new keyword-test call they vanish. Re: Keywordtest to script conversion - no parameters Hi Robert, I found out that the fail-conversion always happens when there are three dots in the "value" column in the workspace (see attachment). I can't reproduce a keyword-test call with these three dots. If I add a new call of my keyword-test in the workspace, there is always the string displayed and the conversion is fine. Regards Medved Re: Keywordtest to script conversion - no parameters Thanks, Marsha_R, the conversion works, there is just no parameter inside the brackets of the call of the keyword-test. Keywordtest to script conversion - no parameters Hi Folks, I'm new to TestComplete and have searched the forums for an answer to my question - unsuccessfully. I'd like to convert a keyword-test to a JavaScript-script. The test includes calls of other keyword-tests with a parameter (String). But the parameter is not converted to the script which results in a JavaScript runtime error. I have to fill in the string parameter manually to make the test work properly. The TestComplete help says: "Keyword-test parameters become parameters of the generated script routine". In my case they don't. Who knows that problem and can help me? Thank you very much! Medved Solved