- VBScript (Microsoft Visual Basic Script) is a scripting language developed by Microsoft.
- It is the scripting language for QTP (Quick Test Professional).
- Understanding VBScript is crucial for effective automation with UFT.
- VBScript is a lightweight scripting language, which has a lightning fast interpreter.
- VBScript, for the most part, is case insensitive. It has a very simple syntax, easy to learn and to implement.
- Unlike C++ or Java, VBScript is an object-based scripting language and NOT an Object-Oriented Programming language

