Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to change the values of analog recording?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
give me the code to save all messages of inbox of gmail into a folder and notepad
Define virtual object?
how to test Web application using QTP software
Explain how to use QTP to check broken links on a page?
How to handle dynamic objects in quicktest professional?
How to test results for qtp ?
How can you identify the browser and its information using QTP script?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
How to test the login page in different ways in automation testing and i need code?
What is the difference between the keyword view and expert view?
How to define array in qtp?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.