dears, I have one question for QTP.If my software is
english and defined objects is english name. But, if my
software has support MUI, under this case that my objects
in the QTP can't work, because the QTP can't catch the
objects name. In this case, is anybody know how to solve
this problem? Thanks a lot.
Answer Posted / siva
You can try Extensibility
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
How do you configure QTP AND Test director?
How are actions and functions different in QTP?
How to handle dynamic objects in quicktest professional (qtp)?
How QTP identify the system time that's changes every seconds?
how can we compare descriptive programing with a regular expression
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
can any one say that where we can download the QTP trail version ??????????
What do you mean by checkpoints in qtp?
How often were they executed?
What are output values and why they are used ?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
How do you delete unwanted results in qtp?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
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