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!
Thanks for the response Robert. I believe it to be the plugin as well because if I run the test directly from the machine using TestExecute it does not automatically log me out. But again as I stated, I reviewed the change notes for the plugin and did not see this noted as a change.
With regard to modifying our logout script I briefly looked into that, and unfortunately no matter what I do, the check to see if someone is logged in is throwing an error if no one is logged in that Jenkins is catching and failing the job. I have tried to trap and handle the error, but thus far I have been unsuccessful is stopping Jenkins from flagging the job as a failure in this situation.In any case, as I was typing this I received a response from SmartBear and they confirmed that the fact that the Jenkins plugin was NOT releasing the session/logging the user out after the test and that was considered a bug. This release resolved that issue and therefore the custom logoff script is no longer required.