How to learn VB Script, Since iam working with QTP. So i
need to learn VB script.
Answers were Sorted based on User's Feedback
Answer / manyam.muralireddy
hi,u have qtp s/w in home.using qtp tool,goto help-index-
enter particular function name, u got the vb script.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / srikanth vajja
Vbscript is a standard scripting language and It is not only
for QTP.
If you want to learn VB Script in QTP Orientation so many
sites are available in which I found one blog that is:
www.gcreddy.com
that blog is providing VB script in QTP orientation with
general examples as well as Industry examples.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / learnandteachqtp
Learn VBScript using video tutorials at:
http://learnandteachqtp.blogspot.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / guest
search net..lot of stuff available in Net.
Pls. post these type of general questions in Forum. Pls.
post interview related questions only here.
| Is This Answer Correct ? | 2 Yes | 4 No |
VBscript for QTP,best tutorial?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
How will you get a subset of a array in vbscript?
find the length of the string without using length function?
write a vb script to generate hello 5 times using do until loop
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
i need to sort the data using qtp script for this how i need to write a qtp script
How regexp.execute method works?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
How to Import data from a file (file is on the desktop) to the data table
Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
What are the 2 ways in which a variable can be declared in the vbscript language?