is it possible to check the text displayed in the tool tip
using QTP? if so, how?
Answer Posted / lsansuin
Re: is it possible to check the text displayed in the
tool tip using QTP? if so, how?
Answer
Try to use too GetROProperty("tool_tip_text")
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the technologies supported by qtp?
What is quick test pro?
Does Low-level recording capture mouse movements?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
What is standalone database?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
What is the difference between rational rose and QTP?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
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
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
What ate the Technologies supported by QTP?
How to modify object property in qtp ?
How the exception handling can be done using quicktest professional (qtp)?