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 |
What is synchronization point in QTP?
Hi Friends, I'm new to QTP. I want to write a function in QTP for below senario. In an Excel sheet column B, I Have 10 Url/Links, and in Colum A there is a Flag as Y and N. My test should run only on those iterations which are flagged as Y. Please help, Thanks
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
How to Run a Test using QTP?
Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..
if anyone has idea of the interview procedure in covansys, plz send me a mail?
what is mean by output parameters? I need full description with example. tell me any one please
how do u handle an object with out name in our application using QTP 9.2?
in which situation u will use recording and in which situation u will used to write script manually
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
What are the different recording modes and how do they work?