Forum Discussion
Johnisher
8 years agoNew Contributor
Hi,
I founded some kind of solution.
Jenkins run TestComplete as 64 bit from source:
C:\Program Files (x86)\SmartBear\TestComplete 12\x64\bin\TestComplete.exe
You need to change source in Jenkins to run TestComplete.exe on:
C:\Program Files (x86)\SmartBear\TestComplete 12\bin\TestComplete.exe
or simpler solution:
You can cheat and create shortcut "TestComplete.exe" in source C:\Program Files (x86)\SmartBear\TestComplete 12\x64\bin\ from source C:\Program Files (x86)\SmartBear\TestComplete 12\bin\ and then Jenkins will be running TestComplete as 32 bit.
It's work for me