Find version number of the scripting engine ‘***************** ‘ Desciption ‘ Find the version number of the scripting engine ‘***************** Dim s, app Set app = CreateObject(“QuickTest.Application”) s = “” ‘ Build string with necessary info. s = ScriptEngine & ” Version “ s = s & ScriptEngineMajorVersion & “.” s = s & ScriptEngineMinorVersion [...]
Filed under: QTP_with_vbscript | Tagged: find scripting language version no., version no. of Scripting | Leave a Comment »