Can you write setter method for a retain property?
Is 64 bit windows better than 32bit?
How many ways can we create singleton class?
What are the data providers in ADO.NET framework?
While taking hot backup (begin end backup) what will happens back end?
What is category in objective c?
give comparison of three wire & two wire sensors.
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
Is unix a kernel?
Explain yarn twist?
What is ora-1555 snapshot too old error? Explain in detail?
How many types of triggers are there in update panel?
speak something about railways?
A motor car purchased on 1 apr 10 worth rs 10000 taking a loan from bank of rs 8000. Emi will b 500 pm inclusive of interest rs 100 pm.all repayments are done by bank overdraft. Prepase bshEet & P&L as at 31 mar 10
Why do we need constructor?