Forum Discussion
Yeah, sorry man. Doing our best here.
Alternative, though, to "importing" a bunch of script files.
https://support.smartbear.com/testcomplete/docs/reference/project-objects/items/script/runner/callmethod.html?q=runner.callmethod
Yeah, it's listed as "obsolete"... but it still works. And that will save you that import step.
Yeah, TestItems organize things a bit different in the test results page.
Something you can do to emulate that a bit...
Log.AppendFolder https://support.smartbear.com/testcomplete/docs/reference/project-objects/test-log/log/appendfolder.html
Log.PopFolder https://support.smartbear.com/testcomplete/docs/reference/project-objects/test-log/log/poplogfolder.html
Wrap your individual function calls with those two method calls and you'll get an expandable tree-view in your log, separating your individual tests.