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 / a
SUNNY -
DONT post anything If you dont try it. Don't waste people
time.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
UFT 12.02 which ALM version will support
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Explain how to use QTP to check broken links on a page?
What are the 3 main stages involved in testing with qtp?
How you can find the absolute value of the number in qtp?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
How to delete an object from the object repository?
What is a checkpoint? How many check points are there in qtp?
What is Unicode Compatibility?
Can we record using all the modes in a single script? Explanation with example is appreciated
In what occasion we can specify global sheet and action sheet?
If I give some thousand tests to execute in two days what do you do?
What is regular expression?