Posts: 5
Threads: 2
Joined: Oct 2008
Reputation:
0
10-04-2008, 04:55 AM
I did datadriven testing with Global_sheet which worked
well for series of different columns.
I am trying the same thing with Local sheet in
datatable and the script is running only for one column
what could be the problem
Thanks
Goldy
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
10-04-2008, 03:52 PM
Unless you put in the code you have tried, it would be difficult for us to give any answer.
Make sure the code is properly formatted.
Posts: 190
Threads: 2
Joined: Mar 2008
Reputation:
0
10-06-2008, 12:50 AM
Try changing Action Call Properties to run on all rows.
Posts: 5
Threads: 2
Joined: Oct 2008
Reputation:
0
10-07-2008, 01:44 AM
Run on all rows was set in File settings.
This works good for Global sheet, but not w.r.t action sheet.
Any other solution ?
Thanks
Goldy
Posts: 190
Threads: 2
Joined: Mar 2008
Reputation:
0
10-07-2008, 07:19 PM
Yes, thats right. It will not work for Local Sheet. Local Sheet is driven by Action Call Properties.
Go to Keyword View > Right Click on Action name > Action Call Properties and choose the option "Run on All Rows"
Please correct me if I am wrong
Posts: 5
Threads: 2
Joined: Oct 2008
Reputation:
0
10-08-2008, 02:08 AM
Hey Thanks Niranjan
My script is working.
NO mistakes in your answer
Thank you
Goldy