51Testing软件测试论坛
标题:
请教高手:RFT读取表格
[打印本页]
作者:
2mu
时间:
2009-6-22 15:08
标题:
请教高手: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
自己顶一下, 高人快现身。
作者:
ufida_431984
时间:
2009-6-22 15:58
请参考ITestDataTable接口
作者:
dreamever
时间:
2009-6-22 16:47
原帖由
ufida_431984
于 2009-6-22 15:58 发表
请参考ITestDataTable接口
同楼上
作者:
lovecy
时间:
2009-10-17 00:04
同源问题。。。供参考
http://bbs.51testing.com/thread-171475-1-1.html
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2