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
Mention what is byref and byval parameters in vbscript?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
write any ttest cases using check points and parameterization
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("<
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Explain about filter expression?
How to Import data from a file (file is on the desktop) to the data table
Explain about .wsf files?
What is the use of the recordset object and which statement is used to create such an object?
How will you get the exponent of the given number in vbscript?
What are the 2 ways in which a variable can be declared in the vbscript language?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
Mention the rules for using option explicit statement?