2mu 发表于 2009-6-22 15:08:54

请教高手:RFT读取表格

下了一个RFT8.0来试用, 试着录制了一个 基于Java-JIDE的 GUI的操作。
貌似可以支持该GUI的测试:
public void testMain(Object[] args)
        {               
                sortableTable().click(atCell(atRow("User Label", "62C21"),
                               atColumn("User Label")),
                        atPoint(84,5));
                sortableTable().click(atCell(atRow("User Label", "62C21"),
                               atColumn("User Label")),
                        atPoint(84,5));
                sortableTable().doubleClick(RIGHT, atCell(
                                        atRow(
                                        "User Label", "62C21"),
                                        atColumn("User Label")),
                              atPoint(84,5));
                msDinamicPopUp().click(atPath("Actions-> Show it"));
                //
                yes().click();
        }
}

但是在这里请教高手,
如何查找表中是否有含属性为特定值的行呢?
如何取得特定行的属性值呢?
是否直接使用 sortableTable()的函数?

先行谢过。

2mu 发表于 2009-6-22 15:51:11

自己顶一下, 高人快现身。

ufida_431984 发表于 2009-6-22 15:58:42

请参考ITestDataTable接口

dreamever 发表于 2009-6-22 16:47:40

原帖由 ufida_431984 于 2009-6-22 15:58 发表 http://bbs.51testing.com/images/common/back.gif
请参考ITestDataTable接口
同楼上

lovecy 发表于 2009-10-17 00:04:25

同源问题。。。供参考
http://bbs.51testing.com/thread-171475-1-1.html
页: [1]
查看完整版本: 请教高手:RFT读取表格