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 phases are involved in testing an application in qtp?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Why qtp always start action1 and does not start action?
Please guide me release notes of Automation once scripts are completed
What are the different types of functions available in qtp and explain ?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Without using gui map editor we can recognize the application in winrunner ?
We stored into the objects OR and then write the scripting
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
what r the main attributes of test automation?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Does Low-level recording capture mouse movements?