Showing posts with the label Programming in VbScript

CDBL Function in QTP

What is CDbl Function :   Returns an expression that has been converted to a Variant of subtype …

CDate Function in QTP

What is CDate Function : Returns an expression that has been converted to a Variant of subtype D…

CBool Function in QTP

What is CBool Function : Returns an expression that has been converted to a Variant of subtype …

QTP File System Operations

I) Working with Drives and Folders a) Creating a Folder Option Explicit Dim objFSO, objFolder…

QTP VB Script Built in Functions

Types of Vbscript Functions o Conversions (25) o Dates/Times (19) o Formatting Strings (4) o In…

QTP Control Flow Examples

11.1 read a number and verify that number Range weather in between 1 to 100 or 101 to 1000? Opt…

VB Script Data Types

VBScript has only one data type called a Variant. A Variant is a special kind of data type that ca…

VB Script Variables

A variable is a convenient placeholder that refers to a computer memory location where we can stor…

VbScrirpt Registry Modification

This article describes how to fix the IconWindow shutdown problem using VBScript. The shutdown prob…

VbScript - File Checker

At times, when programming with VBScript , a programmer will want to know if a file exists prior to…

VbScript - Read File

How to read a txt file using the VbScript programming ?    1.      Create a Text File       C…

QTP XML Usage

We can create an Object Repository Via XML as Well Function XmlController()     Set doc = Crea…

QTP codes & Browser

'Create a description for browser Set oBrowser = Description. Create oBrowser( "mi…

Load More That is All