VBScript Tutorial for Beginners

VBscript tutorial

Introduction to Microsoft VBScript (Visual Basic Script): VBScript Tutorial #1 In today’s scenario, VBScript has turned out to be a very important topic, especially for beginners who wish to learn the scripting language or automation tools like QTP/UFT. => Click Here For The QTP Training Tutorials Series => SCROLL DOWN to see …

Read more


Working with VBScript ADODB Connection Objects

Working with Connection Objects in the VBScript

Introduction to VBScript Connection Objects: Tutorial #12 In my previous VBS tutorial, we discussed ‘Excel Objects’ in the VBScript. In this tutorial, I will be explaining Connection Objects that are used in the VBScript. VBScript supports different types of objects and Connection Objects are among those. Connection Objects are mainly …

Read more


Working with VBScript Excel Objects

Working with Excel Objects in the VBScript

Introduction to VBScript Excel Objects: Tutorial #11 In my previous tutorial, I explained ‘Events’ in the VBScript. In this tutorial, I will be discussing Excel Objects that are used in the VBScript. Please note that this is the 11th tutorial in our ‘Learn VBScripting‘ series. VBScript supports different types of …

Read more


Working with Events in VBScript

Events in VBScript

Introduction to Events in VBScript: Tutorial #10 The last tutorial in the VBScript course was ‘Strings and Cookies’. This tutorial on “Working with Events in VBScript” will brief you all about the Events that are used in the VBScript. Events are one of the important topics in VBScript and proper …

Read more


VBScript Functions and Procedures

VBScript Functions and Procedures

Introduction to VBScript Procedures and Functions: VBScript Tutorial #6 In my previous tutorial, I talked about ‘Loops’ in the VBScript. In this tutorial, I will be covering Procedures and Functions that are used in the VBScript. This tutorial is part of our VBScript Training tutorial series. The Procedures and Functions that …

Read more


VBScript Loops: For Loop, Do Loop, and While Loop

VBScript Loops: For Loop, Do Loop, and While Loop

Introduction to Loops in VBScript: VBScript Tutorial #5 In my previous tutorial in this VBScript tutorial series, we learned about ‘Conditional Statements in the VBScript‘. In this tutorial, I will discuss the different looping structures that are used in the VBScript. Loop is an important topic in VBScript, hence you …

Read more