Whenever we r keeping mouse pointer under the image we r
getting image name. In qtp how can we do this thing.weather
that name is coming or not?

Answers were Sorted based on User's Feedback



Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do t..

Answer / saran

No we cant get the name of the image as we place our mouse
icon on the image in QTP frame work.
But we can compare or get the name of the image when we go
for the properties of the Particular image.

Is This Answer Correct ?    4 Yes 1 No

Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do t..

Answer / uday

Use the "alt" property to get the tooltip of the image.
Syntax is:
b().p().webimage().getROProperty("alt")

Is This Answer Correct ?    1 Yes 1 No

Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do t..

Answer / pooja

we can add accesibility checkpoint

Is This Answer Correct ?    0 Yes 0 No

Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do t..

Answer / suhanya

Is this ur Question,How to test a icon or other image in
the web site or any window we need to test, have a tool tip
or not.to make sure i got it right.
If so we may use the check point(Image), I hope ,I am
also learning Qtp,so its my idea.Pls correct me if I am
wrong.

Is This Answer Correct ?    0 Yes 1 No

Whenever we r keeping mouse pointer under the image we r getting image name. In qtp how can we do t..

Answer / guttapalyam chakrapani

select the particular icon and learn it to Obj repository.
When writing in script
B().p().WebElement().OnMouserOver
This statement will take the text value and store it into a
variable and we can display
solution-----
a=B().p().WebElement().OnMouserOver
msgbox a

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How do you convert manual test cases to automated test cases?

0 Answers  


What is the difference in between function and sub as well as give some code of both

1 Answers   Wipro,


What are the most frequent errors you faced while executing your scripts?

4 Answers   Semantic Space,


Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain

0 Answers  


In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.

1 Answers  


Hi All, I have a problem with getting the value which is available in the table and it is not having any unique property. Please find the below table TopicName CreatedBy ViewCount ------------------------------------------------ XXXX Y 10 ZZZZ ZZ 0 AAAA BBB 3 In the Above table TopicNames are link and it is having an id but the remainig two columns(Created by and ViewCount) are static Web element values and they are not having any unique property. Now i want to get the values of Created BY and View count for each and every topic. Can anybody give me the solution for the above ASAP. If anybody didn't understand the above please free to send me a mail by that i can send you the snap shots and some more description. You can catch me at krishnachand.p@gmail.com

0 Answers  


What is creation time property and how does it work?

1 Answers  


does test plan is in test strategy or test strategy is in test plan

2 Answers   Tanla Solutions,


How do you return a value from a function

1 Answers  


Write the vb script for the lowest and highest values of an array?

1 Answers   Manhattan,


what type of scripts are asked in qtp?

2 Answers  


when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?

1 Answers  


Categories