how u write vb script in qtp pls give me some basic script
and some material
Answer Posted / dhanapal
Some basic VB script functions
InStr Returns the position of the first occurrence of one
string within another. The search begins at the first
character of the string
InStrRev Returns the position of the first occurrence of
one string within another. The search begins at the last
character of the string
LCase Converts a specified string to lowercase
Left Returns a specified number of characters from the left
side of a string
Len Returns the number of characters in a string
LTrim Removes spaces on the left side of a string
RTrim Removes spaces on the right side of a string
Trim Removes spaces on both the left and the right side of
a string
Mid Returns a specified number of characters from a string
Replace Replaces a specified part of a string with another
string a specified number of times
Right Returns a specified number of characters from the
right side of a string
Space Returns a string that consists of a specified number
of spaces
StrComp Compares two strings and returns a value that
represents the result of the comparison
String Returns a string that contains a repeating character
of a specified length
StrReverse Reverses a string
UCase Converts a specified string to uppercase
Function
CreateObject Creates an object of a specified type
Eval Evaluates an expression and returns the result
GetLocale Returns the current locale ID
GetObject Returns a reference to an automation object from
a file
GetRef Allows you to connect a VBScript procedure to a
DHTML event on your pages
InputBox Displays a dialog box, where the user can write
some input and/or click on a button, and returns the
contents
IsEmpty Returns a Boolean value that indicates whether a
specified variable has been initialized or not
IsNull Returns a Boolean value that indicates whether a
specified expression contains no valid data (Null)
IsNumeric Returns a Boolean value that indicates whether a
specified expression can be evaluated as a number
IsObject Returns a Boolean value that indicates whether the
specified expression is an automation object
LoadPicture Returns a picture object. Available only on 32-
bit platforms
MsgBox Displays a message box, waits for the user to click
a button, and returns a value that indicates which button
the user clicked
RGB Returns a number that represents an RGB color value
Round Rounds a number
ScriptEngine Returns the scripting language in use
ScriptEngineBuildVersion Returns the build version number
of the scripting engine in use
ScriptEngineMajorVersion Returns the major version number
of the scripting engine in use
ScriptEngineMinorVersion Returns the minor version number
of the scripting engine in use
SetLocale Sets the locale ID and returns the previous
locale ID
TypeName Returns the subtype of a specified variable
VarType Returns a value that indicates the subtype of a
specified variable
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is an expert view and keyword view?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
Explain the concept of object repository?
How is UFT 11.5 version different from UFT 12.0?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
How you can find length of array in qtp?
How to check bitmap output value?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
How to integrate the qualitycenter with qtp
How are actions and functions different in QTP?
What are the major/ important methods, functions in QTP we use realtime testing
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?