Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Table checkpoint
#1
Solved: 10 Years, 9 Months ago
Hello everybody,

I'd like to check a precise cell in a JTable.
I wrote an algo which gave me the x and y position of this cell (the position can change).

But now I don't know how to create the checkpoint.

I mean, I know how to check a JTable but here the cell can have each time a different place.

Is there a way to check this cell thanks to the x and y value I found ?



Thanks in advance !
Reply
#2
Solved: 10 Years, 9 Months ago
Ok I finally found.

It's possible with the Reporter.ReportEvent.

Code:
            If  table.GetCellData(rowExNum, colExNum) = "COMPLETED" Then
                Reporter.ReportEvent micPass, "Order Status", "OK"
            Else
                Reporter.ReportEvent micFail, "Order status", "Not OK"
            End If
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Table Checkpoint akilashanmugam 0 1,832 07-07-2012, 04:41 PM
Last Post: akilashanmugam
Wink standard checkpoint and text checkpoint kiran10_rm 1 5,122 11-18-2010, 05:16 AM
Last Post: nandu
  fullscreen and bitmap checkpoint error "Cannot create bitmap checkpoint" meuline 2 4,593 12-10-2009, 09:17 PM
Last Post: meuline
  Checkpoint problems: Checkpoint starts before web page is loaded & therefore fails! IdontGetIt 1 3,774 11-20-2009, 11:45 AM
Last Post: basanth27
  Not able to add any other Checkpoint apart from Standard Checkpoint Rachna 7 8,280 04-02-2009, 11:05 AM
Last Post: nandu

Forum Jump:


Users browsing this thread: 1 Guest(s)