Forum Discussion
Everything is on the same machine in local directories...
I can get to all these directories directly.
Do scripts use my access credentials or others?..
Hi,
As per the message text itself, neither TestComplete nor TestExecute can be found.
I can imagine at least two reasons of this:
a) Association with .pjs files is broken. Does TestComplete/TestExecute starts if you double-click on your .pjs file in Windows Explorer?
b) Don't know how it is implemented in Lettuce, but, for example Jenkins, operates with each job in job's own sandbox and cannot navigate outside of it, so *everything* must be acessible within the given sandbox. Can you check (via some log, etc.) where Lettuce looks for TestComplete/TestExecute before it fails?
- tristaanogre10 years agoEsteemed Contributor
So... what it sounds like is that your TestComplete installation on the machine running your Lettuce project is, for some reason, not being recognized. Try doing an installation repair to re-associate all appropriate file types and objects. - Marsha_R10 years ago
Champion Level 3
In Windows, go to Control Panel as if you were going to uninstall TestComplete and there should be an option to do Repair.
- _Mark_9 years agoNew Contributor
Although this message is from a long while back, i ran into the same problem this week. A solution that works for me is to open both the command prompt and testcomplete in Administrator mode and then run the lettuce command:
1 feature (1 passed)
2 scenarios (2 passed)
8 steps (8 passed)So it looks like an authorisation issue.
The next problem i encountered was my dutch version of Windows, where Notepad is called Kladblok and the Don't save button was not found (because it's called Niet opslaan).
Anyway, now on the find the python code that runs TestComplete in admin mode...
- Kate10 years agoContributor
Hi Alex
Just checked - NO, TestComplete does not start if I double-click any .pjs file.
Upd.:
I changed the property of .pjs file, so TestComplete now starts, but my problem is still there...
There are 2 more files that are not associated with any program in my project folder:
.pjc.tcLS
and
.tcCfgExtender
May they affect the issue?
- Kate10 years agoContributor
How should I do installation repair? :catembarrassed:
- Kate10 years agoContributor
It helped with my another issue - my tests did not run directly
Thanks!
But I still cannot run Lettuce tests... (((