Choosing between belongs_to and has_one?
what is the purpose of the rakefile available in the demo directory in ruby?
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 is null javascript?
How does traceroute work?
How will you monitor the errors received while running i-server and report?
Define what does a features/ support file contains?
In which Operating System, we can use Azure Powershell?
What is the short cut to cancel a day book or list of vouchers in Tally ERP 9?
Why is preliminary cost estimate required?
Who developed rxjava?
what are the advantages of using stored procedures? : Sql dba
Which of the web applications can be deployed with azure?
How do we get the current session id?
Explain what are edge triggered flip flop and level triggered flip flop? How do they differ from one another?