Forum Discussion
I am using TestComplete 12.20 which has python 3.4.
As a newbie to python, but a veteran of many other languages, I assumed that there was a problem in python FINDING my modules because of the folder structure I described (below).
If I put all my modules in Project.Path plus Script, python finds and executes the modules (I think; that's what I am about to try), but we would like to group tests using the folder structure.
Perhaps my assumption that I need to append my folders to PATH, but I have found nothing that lets me execute from that structure.
My Project Script directory contains:
Script
Drivers folder
QASSL_Library (Class modules and common procedures, including test driver)
Smoke
smoke test suite file .py
Billing
TestcComplete has builtin feature to organize tests:
Does it help?