Forum Discussion
3 Replies
Sort By
- AlexKaras
Champion Level 2
Hi Saroj,
If you mean converting TestComplete tests to a dll then this is not possible. Otherwise, could you please clarify? - mailtosarojjenaOccasional ContributorI want to create library where I can store the the function definition
and a header file where I can store all the variable declaration - AlexKaras
Champion Level 2
Hi Saroj,
Scripting languages do not require libraries and header files.
If you need a common script unit with the functions common for several projects, have a look at the "Calling Routines and Variables Declared in Another Unit" and "Calling Routines Declared in Another Project" help topics.