how u write vb script in qtp pls give me some basic script
and some material
Answers were Sorted based on User's Feedback
for example login window taken, the following script is
performed
Dialog("Login").Activate
Dialog("Login").WinEdit("username").Set "chaitu"
Dialog("Login").WinEdit("Pasword").SetSecure"mercury"
Dialog("Login").WinButton("OK").Click
| Is This Answer Correct ? | 77 Yes | 17 No |
Answer / vijay
PLz post me the testingtools Material for VB testing
which is having more examples also thanks in advance...,
| Is This Answer Correct ? | 12 Yes | 5 No |
Answer / madhu.m
hi am Madhu,plz send some QTP scripts...i am new to QTP.and
can u explain...
my mail id :madhu.myadaram@gmail.com
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / 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 |
Answer / kumar
dear friends,i m kumar and i m new to testing in most of
the interview they are asking to write scripts in QTP ,if
any one have pls send to me to this mail id thn27@yahoo.com
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / ashwin
Hey please send the Vb scripting material to
sri_ashwin2005@yahoo.co.in
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / subha
Hi,
could you please also send me some material to learn vb
scripting in QTP?
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / rohan
Hi All,
Can any one send me some QTP scripts..my email id
is 'rohanshank@gmail.com'
Thanks in advance.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / srinivas
hi mee too pls send me the vbscript material in qtp
| Is This Answer Correct ? | 1 Yes | 1 No |
Hoe to generate all numbers in between to numbers suppose all numbers in between 1 to 100 using vbscript give me code
what is the smart identification techniqu?what r the different mechanisums used in it?
Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????
How can we use XML in QTP?
In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?
Brief the process of testing with UFT?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
How to interact tool & application build in QTP?
Explain the new feature of UFT regarding the export of test results?
How will you handle application crash using recovery scenario manager(step by step process)?
What is the purpose of loading qtp add-ins?
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.