ContributionsMost RecentMost LikesSolutionsRe: Does SaveResultsAs Junit work? Thanks Alex. I've created a case #00458079. Re: Does SaveResultsAs Junit work? Thanks Alex. It means there is nothing generated. No matter the path is folder or file. Does SaveResultsAs Junit work? There is a very simple routine like below. It alwasy fails. All other types of LogFormat works and I can see the file(s) generated. Do I miss something? function test() { Log.SaveResultsAs("C:\\Work\\junit.xml", lsJUnit, false); } The TestComplete version is 14.70.237.7 x64 SolvedRe: Does UI Automation affect the Qt actions? Thanks Sonya! Let me know if any additional infromation is needed. Does TestComplete support TLSv1.3? Is it possible to make TLSv1.3 protocol enabled by default when sending the http request via "aqhttp" object? I've enabled the TLSv1.3 (experimental) on windows 10. While, the TLSv1.2 is still picked by TC. SolvedRe: Does UI Automation affect the Qt actions? Thanks Marsha and Sonya! All the necessary plugins are enabled. I recorded the steps and the test can be replaied successfully. While if I added some Qt windows in the 'UI Automation' accepted windows list, the execution get stuck forever when invoking "ClickCell" of the QtObject("QTableWidget"). I've tested specifiying the row and col with incorrect value, it throws error immediately which means the instance of that "QTableWidget" is detected and correct. Does UI Automation affect the Qt actions? Hi Experts, I recorded a test that clicks the QTableWidget cell. For example, Tablewidget.ClickCell("row", "col"). It works perfect with no UI Automation window added for Qt. While, if I add `Qt*QWindowIcon` to the accepted window list, the TestComplete hangs when invoking the `ClickCell` method. I've noticed other Qt actions, like `ClickItem` also have the same problem. Do you have any insight? Thanks. Regards, Oliver