Answer Posted / guest
Example:
Datatable.GetSheet("Global").AddParameter("NewColumn_Name")
This adds a new column called NewColumn_Name in the
datatable under Global Sheet
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How does QTP identify an object?
What is difference in global and action sheet 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 are private functions in QTP? How they can be called from the function library?
whare exactly we have to use functions and sub routain
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Explain the checkpoint in qtp?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
What is throw object?
Do you know how to connect database? Can you tell me the procedures?
How to Test the mainframe application?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
when will you do debug your script? and explain that process?
Which scripting language used by quicktest professional (qtp)?