How to learn VB Script, Since iam working with QTP. So i
need to learn VB script.
Answer Posted / 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 |
Post New Answer View All Answers
Mention how to assign a date value to a variable?
how to check whether link is disabled in QTP??
Explain about constants in vb script?
Which operator can be used to check if two numbers are equal or not in vbscript?
What is the difference between for loop and while loop?
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("<
How are arrays declared in the vbscript language?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
How many types of operators are available in the vbscript language?
What is the event handling in vbscript?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
Explain what is loose binding? Why is it not a good practice to use it?
Explain about .wsf files?
How strcomp function works?
Which in-built function is used to format the number in the vbscript language?