what is the difference between invoke application and
system.util.run
Answer Posted / allin
Useing these two funcations, we can launch the application
on the WR window.
Thanks & Regards,
RatnaRao
| Is This Answer Correct ? | 1 Yes | 16 No |
Post New Answer View All Answers
Describe the differences between functions and actions in UFT?
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
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
How to associate shared object repository to test in qtp?
What is the expert view?
What are the general steps involved in the data driven framework?
How does qtp identify objects in the application?
What is checkpoints for quicktest professional?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What are the various automation frameworks available in qtp?
What are table and db checkpoints?
How to customize checkpoints with parameters?
What is a data driven test in qtp?
Object repositories types, which and when to use?