ContributionsMost RecentMost LikesSolutionsRe: Make TestComplete Jenkins Plugin compatible with pipeline Fourth Re: TestComplete Jenkins Plugin junit log file?Thank you again Shankar!Re: How does Test Execute work with Jenkins plug in? Thank you! Based on this, I can talk to my manager about buying Test Execute today Re: TestComplete Jenkins Plugin junit log file? Thank you very much Shankar! Do you know why there's 'X' at the log file extension? htmlx tclogx ? Which one is Junit style log, and which one is mht? I would assume htmlx is related to mht. How does Test Execute work with Jenkins plug in? I don't have Test Execute, but I am trying to ask my manager to buy some. Currently, we have TC integrated with Jenkins with test runner option set to TestComplet. We have TC installed on slave machine. Does Test Execute works the same? Instead of install TC on the salve, do I just install TE? and then set the plug-in test runner to TE? Are there pros/cons with using those test runners? Thanks guys! SolvedTestComplete Jenkins Plugin junit log file? I can see two log files in TestComplete jenkins plug-in. TestComplete Test Results, and also Test Result. It looks like one is Junit style, and one is .mht. When I hover the question mark with 'Generate MHU log file' and 'Generate JUnit-style report', I see below: "If this option is enabled, TestComplete exports test results to a .mht file after the build is over." "Specifies whether Jenkins will generate JUnit-style reports" My question, where is Junit-style reports, and .mht file respot exported to? I looked in slave path, but didn't see it. I would like to publish the report to 'MatterMost' Thanks guys! SolvedRe: TestComplete Jenkins Plugin - GUI test, TestComplete did not launch it. Support resolved the issue. The Jenkins Service needs to run by Local account. Re: TestComplete Jenkins Plugin - GUI test, TestComplete did not launch it. Thank you Shankar, that was how I set it up. I'll create a support ticket. Re: TestComplete Jenkins Plugin - GUI test, TestComplete did not launch it. I am also seeing this error in jenkins-slave.err log, not sure if that's the root cause though... Aug 21, 2017 9:05:35 AM hudson.Util getWin32ErrorMessage WARNING: Failed to find resource bundle java.util.MissingResourceException: Can't find bundle for base name /hudson/win32errors, locale en_US at java.util.ResourceBundle.throwMissingResourceException(Unknown Source) at java.util.ResourceBundle.getBundleImpl(Unknown Source) at java.util.ResourceBundle.getBundle(Unknown Source) at hudson.Util.getWin32ErrorMessage(Util.java:628) at hudson.util.jna.JnaException.<init>(JnaException.java:37) at hudson.util.jna.RegistryKey.check(RegistryKey.java:124) at hudson.util.jna.RegistryKey.open(RegistryKey.java:223) at com.smartbear.jenkins.plugins.testcomplete.TcInstallationsScanner$ScannerCallable.scanForInstallations(TcInstallationsScanner.java:82) at com.smartbear.jenkins.plugins.testcomplete.TcInstallationsScanner$ScannerCallable.call(TcInstallationsScanner.java:70) at com.smartbear.jenkins.plugins.testcomplete.TcInstallationsScanner$ScannerCallable.call(TcInstallationsScanner.java:58) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1$1.run(Engine.java:94) at java.lang.Thread.run(Unknown Source) Re: TestComplete Jenkins Plugin - GUI test, TestComplete did not launch it. Thank you for the suggestions. Unfortunately, TC still wouldn't launch. Have you verified this Build is triggering in the slave machine which you configured and manually tried? If not use below option to do it. ----- Yes, and then I see the correct slave is running when I click Build. Try triggering the build when you have your slave opened by yourself ------ I monitor the slave from vSphere console, and then once I click 'Build', I see TestComplete.exe showed up in Processes, and then it's by jenkins user. However, TestComplete UI does not show up. Try triggering the build after the disconnecting the slave ------- Nothing happen, no remote section from TC. Try with Entire suite option -------- Same behavior, I see TestComplete.exe showed up in Processes, and then it's by jenkins user. However, TestComplete UI does not show up. I would think if TestComplete.exe is in Window Task Manager, then UI should launch, but it just hung there.