Why is orm used?
Give us the name of the list layoutmanagers in java?
If we heat the rod what will happen,draw stress & strain curve before after heating ?
What is functions syntax in c++?
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 you enable sso for application server over system i?
Difference between keyword and identifier.
Explain 'buffer class' in node.js?
What is parsing and how do I do it in xml?
What does ctrl f9 do?
Explain the asp.net mvc folder conventions? : asp.net mvc
Is php 7.0 stable?
What is verification in software testing?
Can we use wpf in web application?
What are the types of methods in java?