Skip to main content

Rational Functional Tester: Finding Table cell value using descriptive programming in RFT

Hello,

We can use this code to get the cell value of a table object.

ITestDataTable myTableData1 = (ITestDataTable) xmlPackContainerDetailsContain() .getTestData("contents");
QtytoPack = myTableData1.getCell(0, 5).toString();

Note: xmlPackContainerDetailsContain() is a recorded object, use find() function to find object if you don't want recorded object

Comments

  1. HI,
    my cell contain text and image (icon).
    How save the property ".scr"?
    I see only ".txt"
    thanks you

    http://postimg.org/image/51527837n/

    ReplyDelete
  2. Hi,
    Could u plz tell me how can i create object for html table.

    ReplyDelete

Post a Comment