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

What is the Difference Between Quick Test Pro and Quick test professional?

5 Answers   Infotech,


I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script

1 Answers   Oracle,


In my QTP script I have a word in notepad that ends in a question mark, for example... "father?" As part of my script I want to delete the question mark. How do you delete a character in notepad?

4 Answers  


OR is full with objects but i want to add 5 more objects,but i tried merging files,shared mode and descriptive ,iwont work.is there any alternative for that

6 Answers   CTS,


What is the use of virtual objects?

1 Answers  






how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function

1 Answers  


What does Reporter.Reortevent2 does?

2 Answers  


I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?

1 Answers  


assume i have few url link how will i dynamically call then using descriptive programming?

0 Answers   BirlaSoft,


How do you return a value from a function

1 Answers  


Write a function which returns the addition of two numbers. give the value of the numbers outside the function.

3 Answers   SAP Labs,


there is 3 flash player buttons does QTP identify them or not else we have to do install anything related that software if we have to install what is that software and how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U KNOW.

1 Answers  


Categories