what is Supplemental Objects ?
No Answer is Posted For this Question
Be the First to Post Answer
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
how and what kind of vb functions do us ein QTP?
what is the Descriptive Progarmming? how it is help to testers in QTP?
What is keyword view and Expert view in QTP?
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 smart identification in QTP?
How can we get the result from WindowsXP Command Window? (e.g. After we input 'ipconfig' in command window, how QTP get the result?)
what is the difference between parameters and arguments?
When you open QTP, how many sheets you can see?
How many ways we can parameterize data in quicktest professional?
how to get column count in datatable