How to add a runtime parameter to a datasheet?
Answer / ramyab.mca@gmail.com
Hai...
By using LocalSheet property. The following example uses
the LocalSheet property to return the local sheet of the
run-time Data Table in order to add a parameter (column) to
it:
MyParam=DataTable.LocalSheet.AddParameter("Time", "5:45")
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
scalability testing comes under in which tool?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Can we create test script with out Step Generator?
How can i Save the snapshots in a specified folders using Scripting in QTP?
What is the DIFF Between PROJECT AND PRODUCT?When Company will need Product?
What is object spy in quicktest professional?
Can we continue functionality testing without framework?
How can you give wait up to 10 seconds in qtp?
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first
The xls contain data. how to get number of columns form the sheet?
can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.