how to add a runtime parameter to a data sheet?

Answer Posted / b.venkateshwar

we can add runtime parameter to data sheet as follows
syntax:
Datatable.Gtglobalsheet.Addparameter("parameter name" ,
value)

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a script to verify font style and color of a windows object using descriptive programming

1107


Write a script to customize the test results in PDF and HTML format.

2334


Explain qtp(quick test professional)?

786


What is the process of synchronizing qtp and aut?

777


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2798


How to export quicktest professional (qtp) results to an .xls file?

825


How do you test DLL files using automation Tool QTP?

2993


How to use setroproperty?

772


What does mean by Scope of Automation?n How we defined it?

1784


How to get Traceability matrix from TD?

945


when u script reveiwing in which area u more concentrates?

1657


What is the synchronization point in qtp?

768


explain how to write vb script in qtp?when will you write own script?

2081


What is throw Object?

1783


How to handle dynamic objects in quicktest professional?

730