Forum Discussion

mailtosarojjena's avatar
mailtosarojjena
Occasional Contributor
14 years ago

Creating library & header file

Is it possible to create library & header file in testcomplete

3 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi Saroj,



    If you mean converting TestComplete tests to a dll then this is not possible. Otherwise, could you please clarify?
  • mailtosarojjena's avatar
    mailtosarojjena
    Occasional Contributor
    I 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's avatar
    AlexKaras
    Champion Level 3
    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.