How to add a runtime parameter to a data sheet?

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 ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2420


In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

1504


How to carry out bit map check points in QTP

1760


what is clean sweep?

1512


what is the difference between the modular framework and datadriven frame work

1909






If the objects hierarchy is changing from build to build, then how you will handle that condition?

615


How many types of status are there?

584


Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in

1598


Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.

3006


How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric

1638


If you are testing a web application then what will you test in that application?

1538


What are the features and benefits of quick test pro (qtp 8.0)?

597


What is a recovery scenario?

567


How to find the difference between 2 dates in qtp?

576


Explain the concept of how quicktest professional identifies object?

532