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 |
In QTP how to insert a data base check point for web based application and simultaneous link to code in expert veiw. hw to retrieve a data(single coulumn from server) that matches with inserted value manually or exported from excel sheet.
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Which operator can be used to change the value of the operand or change the state of the condition?
please can you help me to get a code of flames using a visual basic 6
who you define variables and functions in VB?
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
How to Import data from a file (file is on the desktop) to the data table
What is sql loader? Explain the files used by sql loader to load file?
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.
Which object provide information about a single runtime error in a vbscript?
how to find greatest of n numbers!
Why is error handling required?