How to learn VB Script, Since iam working with QTP. So i
need to learn VB script.
Answer Posted / 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 |
Post New Answer View All Answers
how to increasing the numbers in a given text box please write a vb script
what is the features of visual basic?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
What is the difference between VBScript and JavaScript?
If else for do while select in vb script?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
what is the object hyrarchy in QTP for a web based application
How will you convert a string to upper case string using vbscript?
Write a Script for ATM in QTP
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
Explain vbscript in detail?
How are values assigned to string type and numeric type variables?
What are the naming conventions while declaring a variable in the vbscript language?
How will you get a subset of a array in vbscript?
What purpose does ‘on error resume next’ serves?