Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tabe in QTP script
#2
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi,

Row and column numbers are integers, don't specify them as strings. In the current scenario as you specified column as "1" (string), it's trying to identify the column with name as "1". Try the same LOC with integers.
Code:
'Column: The column number or column header label of the column containing the cell you want to select. Column numbers begin with 0.
JavaWindow("Client System").JavaInternalFrame("GM_2").JavaTable("Table[]_2").SelectCell 14,1
'Syntax with column name
JavaWindow("Client System").JavaInternalFrame("GM_2").JavaTable("Table[]_2").SelectCell 14,"FirstColumn"
Please let me know if you need any more information.
Thanks,
SUpputuri
Reply


Messages In This Thread
Tabe in QTP script - by karraaruna - 02-26-2011, 02:47 AM
RE: Tabe in QTP script - by supputuri - 02-28-2011, 04:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to execute the qtp script when this script is added to schedule tasks? venkatbatchu 3 5,329 10-08-2009, 03:19 PM
Last Post: venkatbatchu

Forum Jump:


Users browsing this thread: 1 Guest(s)