how to retrive the tooltip by using descriptive programming
in qtp?
Answer Posted / naidu
Use the "title" property to get the tool tip of any button, hyperlink etc.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 are the different types of loops available in the vbscript language?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
When to use function procedures and what are its characteristics?
How will you get a combined string from array of string in vbscript?
Mention what are the rules to name variable in vbscript?
How to access array data?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Explain the support of asp for vb script functionality?
regular expression that will recognize a browser as long as its name property starts with mybrowser
What are the data types supported by vbscript?
How many types of operators are available in the vbscript language?
Which loop is used in case of arrays in the vbscript language?
What is the use of option explicit statement?