51Testing软件测试论坛

标题: 怎样在QTP中将output value的值在data table中按列显示 [打印本页]

作者: tube@不二    时间: 2012-7-27 10:33
标题: 怎样在QTP中将output value的值在data table中按列显示
如题:怎样在QTP中将output value的值在data table中按列显示
使用QTP的active screen中右键insert output value,在弹出的对话框中选择WebTable
[attach]80209[/attach]


需要导出用户

[attach]80210[/attach]

然后将用户名放在data table中的用户名一列中,但是输出的结果是在一行中,请问应该怎样设置才能将输出值在data table中按列排

[attach]80211[/attach]


希望能够详细点!!!!
先谢过各位大人了!!!!
作者: tube@不二    时间: 2012-7-27 10:44
有没有人啊,求助啊!!
作者: tube@不二    时间: 2012-7-27 11:06
有木有人啊!!各位大大!!
作者: yazi0127    时间: 2012-7-27 14:15
  1. rowcount=Browser("aaa").Page("bbb").WebTable("ccc").RowCount

  2. For i=2 to rowcount
  3. text=Browser("aaa").Page("bbb").WebTable("ccc").GetCellData(i,2)
  4. DataTable.GetSheet("Action1").SetCurrentRow i
  5. DataTable.Value ("Column1","Action1")=text
  6. Next
复制代码

作者: AntonioNikki    时间: 2012-7-27 14:39
楼上正解
作者: tube@不二    时间: 2012-7-27 15:51
回复 4# yazi0127
按照你给的脚本改了,但是运行结果还是没得,继续求帮助!求抱大腿!!

[attach]80218[/attach]

[attach]80219[/attach]

[attach]80220[/attach]







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