Showing posts with the label Vbscript Function in QTP

VBScript Procedures In QTP

In VBScript , there are two kinds of procedures; the Sub procedure and the Function procedure. S…

Datediff Function In QTP

Returns the number of intervals between two dates. DateDiff( interval , date1 , date2 [ , firstd…

CStr Function In QTP

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

Chr CInt CLng Functions In Qtp

What is Chr,CInt,CLng Function :   Returns the character associated with the specified ANSI charac…

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…

CCur Function in QTP

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

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…

Array Function in QTP

What is Array Function : Array Function in QTP : Returns a Variant containing an array. Array( …

Abs Function QTP

What is Abs Function : Returns the absolute value of a number. Abs( number ) The number argume…

VBScript Datatypes In QTP

What are the Datatypes in VBScript : VBScript has only one data type called a Variant . A Varian…

VBScript Variables QTP

What are Variables In VBscript? A variable is a convenient placeholder that refers to a computer …

Load More That is All