shantlk
7 years agoContributor
Test runs successfully with TestComplete but fails when run with TestExecute
Hi,
I have a python script which reads data from an excel file.
Test passes when run through TestComplete, but fails with following error when run through TestExecute.
Python runtime error....
- 7 years ago
Hi All,
I was able to find the issue and resolve it !
Posting it anyway incase someone face a similar issue.
I was running the script in commandline from the location the TestExecute was installed.
Then it was looking for 32bit, though my TestComplete and TestExecute is 64.
original path in which I ran the script from:
C:\Program Files (x86)\SmartBear\TestExecute 12\Bin>
Issue resolved after I ran from x64
C:\Program Files (x86)\SmartBear\TestExecute 12\x64\Bin>