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…

CByte Function in QTP

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

CBool Function in QTP

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

Arc tangent Function in QTP

What is Atn Function : Returns the arctangent of a number. Atn( number ) The number argument c…

Asc Function in QTP

What is Asc Function : Asc Function in QTP : Returns the ANSI character code corresponding to th…

VBScripting in QTP

VBScript is an easy-to-learn, yet powerful scripting language. You can use VBScript to develop s…

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…

Load More That is All