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 |
Describe the process for writing text check point for a web application?
can any body clearly explain about hybridframework with the explanation for files what ever we come acros in this frame work?
How does QTP identifies the object in the application?
How do u connect database through QTP tell me both Ms Access and SQL
Where we can use the synchronization?
what is difference between analog and low level recording
how to download mercury qtp9.2 ny internet ?
what is run-time object property in Object spy in QTP9?
what are the different data driven types?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
How to find a window is minimized or not
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.