The TestExecute process has exited with the following code: 10000.
Hello everybody! I can't to find solution (https://support.smartbear.com/testexecute/docs/running/automating/command-line/exit-codes.html) for error from log file in bamboo: Launch TestComplete Tests 19-May-2021 14:35:25 RunTest /UserName:***/Password:******** /ProjectPath:"D:\***.mds" /p:***/ExportLog:D:\***.mht /ExportSummary:D:***.xml /ScreenResolution:1920*1080 /Timeout:3600 19-May-2021 14:35:25 19-May-2021 14:35:36 Failed to open the error log file.C:\***.log 19-May-2021 14:35:36 The TestExecute process has exited with the following code: 10000. 19-May-2021 14:35:36 Unable to publish artifact [TestResult]: Who knows, how to decide this problem?Solved1.1KViews0likes1CommentAdd Option to Update TestExecute node machines automatically
It would be nice if there were an option/setting with TestExecute to choose to always go ahead and download & install the latest updates automatically. This would be ideal for lab situations where there are multiple machines that need to get the update. If users had a lab that they wanted to control more manually, then they could simply uncheck this option. *We are aware of the silent install option and will be using that in the meantime, but this will first require us to be aware of an update and download the installation package first before updating the lab machines.357Views2likes0CommentsTestExecute interactive session fails when window is minimised
Hello, I am running TestComplete 14.60 and TestExecute 14.72 on W10. My project suite is stored in an onprem ADO Git repo and feeds into an ADO build pipeline. The tests execute and report normally on the 3 Test Agents I have configured in the test pool. I currently manually open a Remote Desktop Connection (RDC) , logon to each machine and start the agent and TestExecute as Admin before launching the tests. The tests will only run if the rdc windows are open (maximised or windowed). They fail if I run the pipeline with the RDC windows minimised. How can I avoid having this constraint. Thanks, JamesSolved641Views0likes1CommentTestComplete and TestExecute License Utility Manager
I'm a new administrator for TestExecute and TestComplete. We have TestComplete installed and working, as well as the License Manager Utility. Can TestExecute use the same License Manager Utility or does it require a separate LMU on a different server? TIA!Solved764Views0likes1CommentTest runner exit code: -10 (Unable to create a user session).
Hello! I have a CI environment with jenkins where I'm trying to configure TestExecute to run functional testes. I have three machines that I want to use as jenkins slaves. I had succes in prepare one of those machines and in this case, the tests are running fine, but, in the other ones, I'm getting the error message "Test runner exit code: -10 (Unable to create a user session)." and I have no more ideas how to proceed. Additional informations: The jenkins is configured by jenkinsfile. The test stages are defined like this: def cred = 'TESTECOMPLETE_CRED' if ("${env.NODE_NAME}" == "SkyOne_QA"){ cred = 'TESTECOMPLETE_CRED_SKYONE' } stage('Test Run Persona') { testcompletetest actionOnErrors: 'MAKE_FAILED', actionOnWarnings: 'MAKE_UNSTABLE', launchType: 'lcProject', project: 'nsjPersona', suite: 'TestesFuncionais.pjs', useTCService: true, credentialsId: cred } In one of those 3 machines, the tests are running perfectly. In both the jenkins slave agents are installed as a service and the testcomplete service have permissions to run in interactive session. Finally, I saw the document with instructions about how to prepare a machine to run tests. I tried to cunfigure those two machines like the document says, but I had no success. I hope you can help-me with this. Thanks a lot!3.6KViews0likes10CommentsChrome Test Extension crashes when using TestExecute and Task Scheduler together
When I run a test using TextExecute directly, my test runs fine in Chrome; however, when I use the Windows Task Scheduler to launch TestExecute and run a test, I get the following message from Chrome: "SmartBear Test Extension has crashed." Then Chrome freezes. I have tried uninstalling and reinstalling Chrome, but I'm not sure what to try next. Has anyone solved a similar issue? Configuration: Windows 10 Enterprise TestExecute 14.4 Disabled support for testing Windows Store applications Chrome 81.0 SmartBear Test Extension Allow changes On All Sites Allow incognito Allow access to file URLs Collect errorsSolved1.8KViews0likes5CommentsRunning test complete tests on appserver remotely through jenkins slave
Hello- We have been testcomplete heavily for our UI testing and currently we install our appserver on same machine as jenkins agent and test complete resides on which limits our capability to scale and also we get jenkins connection issues intermittently. I was wondering is it possible to have test execute and jenkins agent/slave on a separate machine and can the tests be invoked remotely on app machine through jenkins slave which we already do with our other frameworks . Is it mandatory to have test execute installed locally on the same machine where tests will be run ( I have not seen that limitation with other tools) . Is it possible that we can have one jenkins slave with test execute/test complete on it and invoke tests remotely on our app server ? Are there any challenges there. Appreciate any input /feedback on this.Solved1.3KViews0likes5CommentsTestExecute fails every region checkpoint on VM
Hi, I am running tests on a VM using TestExecute. I am running it at the same resolution as the main test machine I use to create them. And all browser settings are the same. The comparisons also look the same. I am not sure what else to check.1.8KViews0likes6Commentsrunning vstest (Windows 10, TC 12) in isolation
oes running vstest.console.exe /InIsolation require Microsoft Visual Studio be inslalled on the machine it is running? I built a package and tested it on my machine which worked fine. When I copied the TestWindow directory (and all other assorted files) to another VM it did not run. When I did the same thing to a third VM it worked fine. So I am wondering whether Visual Studio must be installed, you cannot just copy the test window to a new machine and run it. So on the two machines where it works, both have this directory: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow On the machine where it does NOT work, there is no directoryC:\Program Files (x86)\Microsoft Visual Studio 11.0\ (nor in Program Files\)Solved2.2KViews0likes3CommentsSmartBear Test Extension does not work in Chrome 75
When attempting to execute a test using TestExecute, Chrome is launched, and the URL bar displays "chrome-extension://gmhjclgpamdccpomoomknemhmmialaae/exit"; however, the body of the page indicates that the URL could not be loaded. Chrome version: 75.0.3770.100 (Official Build) (64-bit) SmartBear Test Extension version: 14.0.0 TestExecute Version: 14.10.999.11 x64 The specific reason for the failure differs depending on whether I launched Chrome in "incognito" mode, or standard mode. When launched in standard mode, the error message is "ERR_FILE_NOT_FOUND", and the Network log corroborates the claim: When launched in "Incognito" mode, the error is slightly different: "ERR_BLOCKED_BY_CLIENT": I have configured the permissions for the plugin to both "Allow in incognito" and to "Allow access to file URLs":Solved2.2KViews0likes5Comments