Forum Discussion
What parameters are you passing to TestExecute?
00:19:58 [TestComplete] Selected TestComplete/TestExecute installation:
00:19:58 Type: TE, Version: 15.80.1.11, Path: "C:\Program Files (x86)\SmartBear\TestExecute 15\x64\bin\TestExecute.exe"
00:19:58 [TestComplete] [WARNING] The node is connected via Java Web Start (JNLP). In this mode, the "Run interactive user session" property of the TestComplete Test step is ignored. TestComplete (or TestExecute) will work in the current user session.
00:19:58 [TestComplete] Launching the test runner.
00:19:58 $ '"C:\Program Files (x86)\SmartBear\TestExecute 15\x64\bin\SessionCreator.exe"' ExecuteProcess '/c:""C:\Program Files (x86)\SmartBear\TestExecute 15\x64\bin\TestExecute.exe"" ""E:\jenkins\workspace\Ace\Test Complete Smoke Tests\ACE Platform Smoke Test\ACE 3 Smoke Tests.pjs"" /run /accesskey:******** /SilentMode /ForceConversion /ns /exit ""/ExportLog:E:\jenkins\workspace\Ace\Test Complete Smoke Tests\ACE Platform Smoke Test\1772756398560.tclogx"" ""/ExportLog:E:\jenkins\workspace\Ace\Test Complete Smoke Tests\ACE Platform Smoke Test\1772756398560.htmlx"" ""/ErrorLog:E:\jenkins\workspace\Ace\Test Complete Smoke Tests\ACE Platform Smoke Test\1772756398560.txt"" ""/ExportLog:E:\jenkins\workspace\Ace\Test Complete Smoke Tests\ACE Platform Smoke Test\1772756398560.mht"" "/project:Qualification" /DoNotShowLog /JenkinsTCPluginVersion:2.9.2'
00:55:25 [TestComplete] Test runner exit code: -1.
00:55:26 [TestComplete] [WARNING] Errors occurred during the test execution.
00:55:26 [TestComplete] Marking the build as UNSTABLE.
00:55:26 [TestComplete] The test execution finished (ACE 3 Smoke Tests/Qualification).
00:55:26 Build step 'TestComplete Test' changed build result to UNSTABLE
- rraghvani21 days ago
Champion Level 3
The parameters that you have used for TestExecute are correct. However, you pass /ForceConversion, if the project structure changes during conversion it might trigger a save request, though /SilentMode normally suppresses it.
/ForceConversion - If this argument is specified and TestExecute is running in Silent mode, TestExecute automatically converts projects created in earlier versions of the tool to the new format when they are opened.
The Save dialog, is that coming from the application under test or TestComplete/Execute?
Do the state of your persistent variables change?
Was this working before upgrading to TE v15.80.1.11?
You should be able to reproduce this issue easily, if you run your project locally.
Ensure the following options are disabledEnsure the following options are disabled- shahid2421 days agoContributor
it seems like the mds.tcLS is udpated as some project variables are being updated at run time. will run test again using a local var insted of project ones
- rraghvani21 days ago
Champion Level 3
You can compare before and after, of your Qualification.mds.tcLS file, to see what has changed.
mds.tcLS is just an XML file