Difference between null and undefined?
What is 3 level architecture dbms?
What is the use of PF_INET or AF_INET?
What is dynamic xhtml document?
AE datasets names? how many types?
What is the difference between iis web server and apache tomcat server?
Explain what is plm (product lifecycle management) in sap pp and what is the use?
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
What are system calls in linux?
Mention what is the difference between published data sources and embedded data sources in tableau?
How do you set up a table of contents in word 2013?
Explain how to register com+ services?
What is the difference between classical artificial intelligence and statistical artificial intelligence?
How do you monitor the code flow of a program in python?
What is the latest c++ version?