how to retrive the tooltip by using descriptive programming
in qtp?
Answers were Sorted based on User's Feedback
Answer / naidu
Use the "title" property to get the tool tip of any button, hyperlink etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / madhu
Browser("micclass:=Browser").Page("micclass:=Page")or
Browser("name:=Browser").Page("title:=Page")
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Use the "alt" property of the object and use the
getelementsbytagname method.
| Is This Answer Correct ? | 0 Yes | 3 No |
How can I access an object in another frame?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
How do display output message without using msgbox function?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
Find Out Length of an array without using Ubound?
How will you get a subset of a array in vbscript?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
What is string concatenation function in VBScript?
How to Import data from a file (file is on the desktop) to the data table
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
What is the purpose of on error resume next statement?