What is a host and context in tomcat?
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
How many bytes are a float?
What are the components of jdbc?
What is Curtailing of R/F
What is a 'batch' in the context of 'batch management'?
Which java framework is most popular?
Why is arraylist faster than linkedlist?
What will be the initial value of an object reference which is defined as an instance variable?
What are the master/detail reports?
Does c# have functions?
What do you mean by mstr?
What are the steps to open ms word?
Explain what are the rules for debit and credit for different accounts to increase the amount in your business accounts?
Difference between a class and an object?