Is java still relevant?
What is difference between arp & rarp? How both of these protocols will work, and where it will use?
Is sql an operating system?
What is an ecosystem?
What can be injected as dependencies?
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
In interview How do explain in Testcase of Calcuator,Cellphones, Email testing?
What methods would you recommend for educating our employees regarding the company's sexual harassment policy?
what conceptual model helps provide an understanding of how network protocol stacks such as tcp/ip work? : Windows server 2008
Why doesn’t u go for technical one....as u r doing technical course from NIIT.
How to Implement Floating point Arthemtic on A fixed point machine?
What is html xml css?
Explain the important features of vc++?
Explain product backlog in Scrum
What is the function of sap web dispatcher in sap fiori architecture?