Forum Discussion
How can I check that?:catembarrassed:
It's in the article you mentioned above:
- Kate9 years agoContributor
Oh, I just thought the question is 'Can you see...'
Sure:
tc_params = {
"pathToProjectSuite": "C:\\Users\\myusername\\Documents\\TestComplete12Projects\\lettuce_project\\lettuce_project.pjs",
"projectName": "lettuce_project",
"closeOnExit": True
}- Marsha_R9 years agoModerator
So when you do this step, you get the SystemExit message?
- Kate9 years agoContributor
Yes,
I have 2 steps passed (they do not require TestComplete actions: I start my app from .exe file and check some info about my connection in browser).
In 3rd step I'm trying to interact with my desktop app (click smth), and at that point I get
Died with TestComplete/TestExecute not found
Traceback (most recent call last):
File "c:\python27\lib\site-packages\lettuce\__init__.py", line 192, in run
failfast=self.failfast))
File "c:\python27\lib\site-packages\lettuce\core.py", line 1237, in run
scenarios_ran.extend(scenario.run(ignore_case, failfast=failfast))
File "c:\python27\lib\site-packages\lettuce\core.py", line 761, in run
results.append(run_scenario(self, run_callbacks=True))
File "c:\python27\lib\site-packages\lettuce\core.py", line 730, in run_scenario
all_steps, steps_passed, steps_failed, steps_undefined = Step.run_all(self.steps, outline, run_callbacks, ignore_case, failfast=failfast, display_steps=(order < 1), reasons_to_fail=reasons_to_fail)
File "c:\python27\lib\site-packages\lettuce\core.py", line 479, in run_all
step.run(ignore_case)
File "c:\python27\lib\site-packages\lettuce\core.py", line 436, in run
step_definition(*groups)
File "c:\python27\lib\site-packages\lettuce\core.py", line 144, in __call__
ret = self.function(self.step, *args, **kw)
File "c:\python27\lib\site-packages\testcomplete\tc.py", line 37, in step_wrapper
connect_to_TestComplete(tc_params)
File "c:\python27\lib\site-packages\testcomplete\tc.py", line 91, in connect_to_TestComplete
sys.exit("TestComplete/TestExecute not found")
SystemExit: TestComplete/TestExecute not found
Related Content
- 7 years ago
Recent Discussions
- 22 hours ago