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.1KViews0likes1CommentTestExecute 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.2KViews0likes5CommentsTasks Errors: Tasks stuck in initialized mode
Hi all, We are using TC12.10. Our Master project uses different Tasks and Hosts to run in parralel our UI Desktop Tests (Slave project) on several VMs. We have noticed that some tasks are stuck in the initialized state sometimes. On the Slave machine the UI Tests are running but the Master project is not sync (State of task doesn't change and no log for the tests that were running on the Slave machine) and doesn't know when the tests are completed. That means that at the end of the tests on these VMs, TestExecute's process is still running on the Slave Machine and the Master project is also still running even though all our tests are completed. Does someone ever experienced this issue ? Is there a solution to know when the tests are done on the Slave Machine and to inform the Master project ? Or maybe change the state of the task manually ? We looked into the EventViewer of the VM which was running the task that was stucked in the initialized state. And we noticed this particular event at the same time the tests where running and the task seems to be stucked: Fault bucket , type 0 Event Name: RADAR_PRE_LEAK_WOW64 Response: Not available Cab Id: 0 Problem signature: P1: TestExecute.exe P2: 12.10.590.11 P3: 10.0.14393.2.0.0 P4: P5: P6: P7: P8: P9: P10: Attached files: \\?\C:\Users\MC_QA\AppData\Local\Temp\RDRA4B4.tmp\empty.txt \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA4C5.tmp.WERInternalMetadata.xml These files may be available here: Analysis symbol: Rechecking for solution: 0 Report Id: a03704c6-1eac-11e7-9c1b-00155d020e41 Report Status: 524384 Hashed bucket: I don't know if this event is related to the issue. It seems that RADAR_PRE_LEAK_WOW64 is a software feature to prevent leaks of memory.962Views0likes1Comment