51Testing软件测试论坛

标题: 还是。NET DATAGRID的问题 [打印本页]

作者: tianzhiwei    时间: 2006-7-21 12:16
标题: 还是。NET DATAGRID的问题
我也在对.net DATAGRID对象操作的时候遇到了问题,我操作的DATAGRID对象就是.net 自有的,没有继承自定义过。
装了MI 的免费.net 插件后,对象成功捕捉下来,但是回放就出现了问题,一但对DATAGRID里面的数据有操作就提示错误,错误信息是 : General run error

  1. SwfWindow("Form1").Activate
  2. SwfWindow("Form1").SwfButton("clear").Click
  3. SwfWindow("Form1").SwfComboBox("comboBox1").Select "all"  
  4. SwfWindow("Form1").SwfButton("query").Click
  5. str=SwfWindow("Form1").SwfTable("dg").GetCellData("1", "a")   <----读取DATAGRID中一个CELL的值,回放出错
  6. MsgBox trim(str)
  7. SwfWindow("Form1").Activate
  8. SwfWindow("Form1").SwfTable("dg").SelectCell 0,"b"     <----选择DATAGRID中的一个CELL,DATAGRID属性允许用户选择CELL,回放出错

复制代码


不知道谁有解决方法,谢谢~

[ 本帖最后由 tianzhiwei 于 2006-7-21 16:39 编辑 ]
作者: xiaonan    时间: 2006-7-21 13:24
对于这个对象,没接触过,所以说不上来为什么取值就出错.你可以看一下这个对象的所有方法,
作者: tianzhiwei    时间: 2006-7-21 16:39
也不单是取值的问题,凡是对DATAGRID操作,回放就出错~
SwfWindow("Form1").SwfTable("dg").SelectCell 0,"b"   这步就是直接录制的,去选择一个CELL,回放也出错。
作者: tianzhiwei    时间: 2006-8-3 19:31
有人能帮我吗?
作者: 海龙    时间: 2006-8-4 09:12
把程序传上来
作者: qsj_shao    时间: 2006-8-4 14:47
帮助里面关于getcelldata和selectcell的参数column这么写的:
For Microsoft DataGrid, specify the column by its 0-based column index.
For Infragistics UltraWinGrid, use the column header name or the column index (0-based).
For other grids, the value can be the column index (number) or column caption (string).
用index试一试看看可不可以啊?
作者: tianzhiwei    时间: 2006-8-7 22:45
程序就是上传的附件,自己写的非常简单,主要是为了测试是否能捕捉DATAGRID里的内容。
脚本就是发上来的这点

  1. SwfWindow("Form1").Activate
  2. SwfWindow("Form1").SwfButton("clear").Click
  3. SwfWindow("Form1").SwfComboBox("comboBox1").Select "all"  
  4. SwfWindow("Form1").SwfButton("query").Click
  5. str=SwfWindow("Form1").SwfTable("dg").GetCellData("1", "a")   <----读取DATAGRID中一个CELL的值,回放出错
  6. MsgBox trim(str)
  7. SwfWindow("Form1").Activate
  8. SwfWindow("Form1").SwfTable("dg").SelectCell 0,"b"     <----选择DATAGRID中的一个CELL,DATAGRID属性允许用户选择CELL,回放出错
复制代码


[ 本帖最后由 tianzhiwei 于 2006-8-7 22:46 编辑 ]




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2