Forum Discussion

geethwind's avatar
geethwind
Contributor
13 years ago

Can i call a Vb script test from a jscript test ?

I have two projects one having  a set of VBscript tests runs perfectly fine which are developed for our automation testing., the other project has a jscript test which has all the logic to connect and update to Quality center.



Is there anyway..i can integrate both of them...can i call a test in one project from a test in another project?



or, anybody has any code in VB script, to connec to QC ?



Thanks,

G
  • Anonymous's avatar
    Anonymous

    Hi Geeth,



    Try using TestComplete's Script Extensions feature. Script Extensions allow you to create plug-ins in VBScript or JScript. Besides that, script extensions are language-independent. This means that they work equally well in VBScript, JScript, DelphiScript, C++Script and C#Script projects regardless of the language used to create the extension.