Posts: 3
Threads: 2
Joined: Feb 2008
Reputation:
0
02-25-2008, 08:39 AM
Hi Ankur,
Thanks for correcting for mistake regarding the message I typed which is "Urgent" kind of words. Sorry for that...
I understand that you are spending your valuable time for answering to our questions.
I have a question, can you provide sample script on how to clear the datatable either localsheet or global sheet during runtime?
Thanks,
Ram
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
02-25-2008, 02:10 PM
it's ok Ram
Well, Can I know the reason , why you want to do this?
As far as I know, you can't make any changes to design time datatable...you can only make changes to run time datatable.
Posts: 3
Threads: 0
Joined: Jan 2008
Reputation:
0
02-25-2008, 03:16 PM
Hi Ram,
I think Ankur is right you can only change the run time data table during run time.
I think you can add or delete parameter a.k.a column during run time.... try searching the dataTable object in the QTP help file.
Posts: 3
Threads: 2
Joined: Feb 2008
Reputation:
0
02-26-2008, 06:46 AM
Hi Ankur,
Thanks for the response,
You are correct, we can only modify the data in runtime, Same thing i am expecting, i want delete a one row from runtime datatable.
Actually i want to delete the row from runtime data table. As per the scenario I want to use data that suits to the scenario based on the search key and remaining i want to delete.
Your response is highly appreciated..
Ram