How will u test content of an web application with out using
chechpoints in QTP 9.2?
Answer Posted / kumar
var= browser(".....").page("....").getroproperty("innetext")
try this
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define object spy ?
How many types of trigger events are there in qtp?
How often were they executed?
How many tabs are available in debug viewer pane?
How is the Bitmap checkpoint different from Image checkpoint?
Hi Samrat, Thank u very much, what u said it is right.
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
please any one can explain the keyword driven framework. with gmail example.
For which type of projects the iterative model is not suitable?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
what is run action?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
How to use actions in qtp ?