TestExecute 14 behavior change?
We are just starting to look at upgrading our environment to TestComplete/TestExecute 14. We use Jenkins in our environment to automate running our tests and reporting results.
I have noticed that once I upgraded one of my Jenkins nodes to TestExecute 14, the jobs on it started failing. The test itself is executing successfully. The part of the job that is failing is our custom logout script that runs in post build.
It appears that when TestExecute 14 has completed running a test, it is logging the interactive user session out. Which is awesome, but I can find no documentation anywhere that says this was a change. I have read the release notes for TestComplete/TestExecute 14 as well as the release notes for the TestComplete Jenkins plugin and can find no mention of this.
Before we start going through hundreds of Jenkins jobs and removing our custom logout script, I would like verification that this is in fact a new feature that we can rely on rather than our script. I would also like to know if there is a switch somewhere that would allow you to toggle this behavior. I can't think of a scenario at the moment, but there may be occassions where you do not want this to happen.
Thanks!