if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 26638Post New Parexel C Interview Questions
Is javascript easier than java?
What is the Command to mount Content Database?
Why do we need operator overloading?
you want to revert payroll run for one employee. How would you do that?
How to perform the transport?
What is the use of queue() in jquery?
What school did you attend in engineering?
What is the difference between genericservlet and httpservlet
how can i install windows-xp operating system in single time to 50 computersconnected in a LAN.
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 the disadvantage of context filters?
How do I compare two columns in sheets?
Differences between text and test area checkpoints?
If o/p power is doubled by how much does the sound increase
How to use column default values in insert statements in ms sql server?