VBScript stands for Visual Basic Scripting. This Scripting language developed by Microsoft, supported by Internet Explorer. VBScript is the primary scripting language for Quick Test Professional (QTP), which is a test automation tool.
Data Types
VBScript has only one data type called a Variant. A Variant is a special kind of data type that can contain different kinds of information, depending on how it’s used.
Variant data types divided into sub data types according to behavior of data type. Like – Empty, Null, Boolean, Byte, Integer, Currency, Long, Single, Double, Date, String Object Error. Read More