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
Answers were Sorted based on User's Feedback
Answer / jalsa
mr sunny what u said it is ok.what is ur answer for given
question.first u give the answer then u talk anything.don't
point of others.
| Is This Answer Correct ? | 1 Yes | 2 No |
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 |
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
HI All i need one suggestion.is there any companies taking corresponding degree courses. i have 3+ yrs exp in QTP and i am working north side. iam looking for job in south.
Explain how you can delete excel file in qtp?
How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
Difference between test object and run time object?
What is the quicktest professional testing process?
how to write regular expression for Date field?
give me descriptive programing code sample flight application in qtp?
What is a programmatic description?
how do u copy object repository?
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"