Test Results
I have a script which calls a lot of tests from other scripts, lets call this a master script. I have around 8 master scripts which can contain anywhere from 20 to 80 individual tests. I have distributed testing set up and I have my different master scripts as my tasks so instead of having to call loads and loads of tasks per job I just need to call the one master script for that particular job.
The problem is my results dont reflect the amount of tests actually ran. Since I only run 8 master scripts thats all it says actually ran, instead of the 200+ it should say. Is there any setting or way to have my results display the actual number of tests ran without having to have a load of tasks in each jobs in place of a master script?
The first image is what our results look like and the second is a small example of what I mean by master script where its one script calling all related tests.
Hi,
Another option is to consider TC 14.1 Beta that makes it possible to define a kind of test case from within test code and see these test cases as a separate items in the Summary test log.
https://community.smartbear.com/t5/TestComplete-General-Discussions/TestComplete-14-1-beta/td-p/182394