Forum Discussion

Kostja's avatar
Kostja
Contributor
10 years ago
Solved

Need Help with Project Variable

Hello,   I just started a few days ago with TestComplete 9 and made my first experiences. Now i wanted to create several scripts/units which use variables from other scripts/units. I already read t...
  • Ravik's avatar
    Ravik
    10 years ago

    Hi, 

     

    instead of using your function name in USEUNIT you have to use your script file name (.svb file name)

     

    like //USEUNIT testScript2 

     

    Then call whatever functions are available in your testScript2 into testScript1.