what is the difference between invoke application and
system.util.run
Answer Posted / qtester
invoke application is used for invoking the Executable files
only(.Exe).
pls correct me if i am wrong.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how to prepared for first for the first interview?
What are the challenges u faced in testing with crm domain? How u overcome with?
could any help me please, how to work on visual foxpro application using UFT
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
diff between qtp versions from 8.5
What is Test Fusion Report in QTP?
How to create scenario selector
what is the mail use of frame work(with detail). architecture for keyword driven frame work
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
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
Problem with XML checkpoint in QTP ?
what is ODC and GDC?
Without using gui map editor we can recognize the application in winrunner ?
In Remote acess server how u run a test?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?