Forum Discussion
And I suspect this may depend on the scripting language you're using.
As far as I know, using VBScript, only way is to try using it and catch an error. The other languages TC uses, I don't know so well.
Yes, I check this in the GeneralEvents_OnStartTest Event routine to generate a qualified error message. So far, I catch an error and react on this.
- Colin_McCrae11 years agoCommunity Hero
What scripting language?
** EDIT **
Actually, I don't think it matters. I know VBScript can't do it. From what I can see, Jscript can't either.
Suspect the other three are unlikely to either. The C variants are Jscript based. No idea about DelphiScript, but I'd be surprised if thats what you're using.
- joseph_michaud11 years ago
Staff
Check the aqEnvironment.IsScriptExtensionInstalled and aqEnvironment.IsPluginInstalled methods. Perhaps they can be of use.
- Manfred_F11 years agoRegular Contributor
That's it. Thanks