Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
Explain cogroup() operation in Spark?
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
I have an excel file that I use every day at work. Some time ago, mysteriously, the file began opening two copies of itself every time I double-click the icon. If I closeone of the copies, both close. Any changes made to one copy show up in the other?
How many standards of c++ are there?
Can you save word documents without wifi?
What is thread in swift?
Explain the createchildcontrols() method with an example
1. If 8.35%Z means the percentage impedance of 132kV-line from power company, we will like to confirm its base capacity?
Can method names be capitalized?
Is it possible to print the financial statement version on a sapscript form?
How to get the form data in sencha touch?
How do I split a cell in half in excel 2007?
Specify different types of decision control statements?
Is data edited in the Repeater control?
What do you mean by overhead in c++?