I have a Webedit object. some text is entered in that object
I want to know the font sixe of that text.How could I do
this using QTP? This is a requirement for me. I am happy if
any one help on this
Answer Posted / sunny
Hi
U can know the font size thru that object property recorded
in object repository. or else u can add that property to
object repository and by using x= oh.fontsize method u can
get the font size of that object.....
Plz post the reply if it works fine i never tried this.........
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to use descriptive programming?
What is the default object synchronization timeout in qtp?
Give the syntax to load function at run time.
Why qtp always start action1 and does not start action?
How can you close the second opened browser?
Sql questions to find second max salary and how to use joins
How to use reporter.report event in qtp ?
Difference between test object and run time object?
How to handle Java tree in QTP?
What is the qtp testing process?
How to record a qtp script ?
What is object repository in qtp?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
What is the difference in testing a client-server application and a web application?