munteanadrian88
6 years agoNew Contributor
Counting Project Suite Items Excluding 'reset' scripts
Hi,
How can I set a temporary variable from TestComplete Variables to be able to run the same test case on multi-frame applications? (the temporary variable describes the name of the frame application). In case the test script is designed to set that temporary variable, that script is added to the total count of the Test Run (I would prefer to count only the test cases, and not also the helper scripts).
Is this possible somehow?
Best Regards,
Adrian M.
I've used a "setup" script that has all the helper type actions in it, and then had it run as a separate project before the actual test. If you're using Suite level variables that will work.