DKumar04
6 years agoContributor
Go to Declaration and Find usages options not working
Hi,
I am currently facing two problems inside script editor in TestComplete 14.10,
Problem 1:
Go To Declaration shown disabled in script routine's context-menu when the routines was actually wr...
- 6 years ago
While you can use classes in Python in TestComplete, TestComplete is not designed to be a full development IDE of Python. You are writing Python script, not full Python, so the parsing and inclusion of things is a bit different.
Technically speaking, you don't need the class at all. If you pull Method1 out into just a method function without a class and import the method, it will work just the same.