how to capture tool tip in QTP and which check point is
needed
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
Use the ?alt? property of that object.
msg=browser("MSN.com").Page("MSN.com").Image("Deadliest
Cars // Crash").GetROProperty("alt")
msgbox(msg)
The checkpoint for this is standard checkpoint.
While creating standard checkpoint, it will list out all
properties of the object. Select the "alt" property to
check tool tips
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / raja srinivas
through accessibility checkpoint we can test it
| Is This Answer Correct ? | 2 Yes | 1 No |
I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..
Hi, Can any one explain what is mean by Driver Script? is it AOM?
How to make arguments optional in a function?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
can any body pls mail me latest FAQ's in QTP to my mailid btrintra@gmail.com....Thanks in advance
your doing one project testing then how u know itis wheather web based application or windows based application?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
What is the Difference between test object and run time object?
What is Tree view?
What is output value?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
what are SetToProperty, SetROProperty,GetToproperty scripting?