how to get font size of a "WebEdit"
Answers were Sorted based on User's Feedback
Answer / latha
Browser("yahoo").Page("yahoo").Webedit
("name").object.currentstyle.fontsize
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / ragupathi from syntel
'We will use OUTERHTML Property and use split concept we
will get font size
Example
Outerhtml=<input size=12 .....>
dim a,i
a= Window("yahoo").page("yahoo").Webedit
("name").getroproperty("outerhtml")
i=split(a,"=")
msgbox i(0)
thats just for example only
| Is This Answer Correct ? | 1 Yes | 6 No |
Answer / saravanaraja
a=Browser("").page("").Webedit("").GetRoProperty("width in
characters")
msgbox a
| Is This Answer Correct ? | 0 Yes | 7 No |
how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?
Explain the concept of object repository?
While recording a login window QTP is identifying only parent window,then how can u identify the child objects.
I had created the new virtual objects for web application buttons. how to add those virtual objects into object repository. Previously i had used Gui map in winrunner for capturing virtual objects for web application. Please help me regarding this. need your answer quickly
what are the different Frame Works in Quick Test Proffessional testing
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
what is the extension for QTP files?
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
Why divide a test into three action calls?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?