How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Is Scala Statically-Typed Language?
Name the different types of memory?
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
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
describe briefly the different cold drawing processes?
what is online view?
How do I charge bank charges on payments to clients
What is Extended user-defined?
What velocity in scrum? How it is measured?
Explain the leaf anatomy of eucalyptus?
What are different methods to write LINQ Query?
How can a program be made to print the name of a source file where an error occurs?
What is super constructor?
How can you merge two data frames in R language?