why you used Java Script? Can it use for both client side and server side validation purpose?
12 36529Post New HCL Interview Questions
How etl testing is different from database testing?
What is text generation ? How can you implement in Tensorflow ?
Is hql database independent?
How does an xsd work?
Give an example of master data documentation?
What is mixin in ruby?
What information is included in a bill for services?
How is forward action used for integration?
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
Can you please explain the scope of static variables?
Define ldap?
What is the use of server field in setup payments?
we have registered to MCCIA(Maratta Chember of Commerce Ind & Agri.).They given a Tax Invoice against this registration with charging service tax@10.3%.can we take credit of this service charge ?
How to tell visitors that you have atom syndication feeds?
How do you get parameter from JCL to PL1?