51Testing软件测试论坛

标题: [已解决]怎样将StrComp结果输出到Runtime Table里去? [打印本页]

作者: Simatu    时间: 2008-4-30 15:29
标题: [已解决]怎样将StrComp结果输出到Runtime Table里去?
插入“Database output value”后,设置好cell后,在sheet中可以看对应列名,运行后却没有对应values...
请问各位大虾,还有什么需要做的吗?

参考该贴做的实践: http://bbs.51testing.com/thread-61703-1-1.html

[ 本帖最后由 Simatu 于 2008-5-5 13:43 编辑 ]
作者: sara815    时间: 2008-4-30 16:38
运行报告里有吗?
作者: Simatu    时间: 2008-4-30 16:50
没有。。。

报告里只有:

Standard Output Value "DbTable_5": Done


Date and Time: 2008-4-30 - 15:49:44



Details

Results: Checked 11 cells; Succeeded: 11; Failed: 0
作者: walker1020    时间: 2008-5-3 23:39
你去 Run-time  Table 里面看看,这个Table的 那个Cell里面应该有你要的结果
作者: Simatu    时间: 2008-5-4 13:34
标题: 回复 4# 的帖子
恩,在Run Time Table中看到我要的数据了。
我用DataTable.Export把它输出来了。
作者: Simatu    时间: 2008-5-4 13:37
接下来的问题是:

我将从数据库中取得的值和从页面列表中取得值OUtput到table中后,怎样比较两者是否一致?
作者: heqingbluesky    时间: 2008-5-4 14:19
你用QTP中的一个函数:StrComp,就可以比较Run-time的Value和你实际Value是否一致了。
作者: Simatu    时间: 2008-5-4 15:14
标题: 回复 7# 的帖子
谢谢指教!
我通过DataTable.GetSheet("MySheet").GetParameter("Destination") 分别获取要比较的两列值,
然后通过StrComp对比两个值


接下来的问题是如何将比对后的值输出到RunTime DataTable中去?
作者: zhou840401    时间: 2008-5-4 17:06
一样的啊,你也可以给datatable赋值啊.
作者: Simatu    时间: 2008-5-4 21:13
原帖由 zhou840401 于 2008-5-4 17:06 发表
一样的啊,你也可以给datatable赋值啊.


能说具体一点么
作者: zhou840401    时间: 2008-5-5 09:58
原帖由 Simatu 于 2008-5-4 21:13 发表


能说具体一点么

你可以定义一个空的列,专门用来存放你要保存的比较之后的测试结果,每执行完一行数据之后,比较之后的结果,你就可以往datatable中写数据啊.
作者: Simatu    时间: 2008-5-5 10:07
我也是这么想的,可是用什么方法去实现呢?
作者: walker1020    时间: 2008-5-5 10:15
楼主去 QTP的帮助文件里面看 DataTable的有关说明吧
作者: walker1020    时间: 2008-5-5 10:18
To set the value:

DataTable.Value(ParameterID [, SheetID])=NewValue
or   DataTable(ParameterID [, SheetID]) =NewValue
作者: walker1020    时间: 2008-5-5 10:19
Argument         Type                 Description

ParameterID  Variant         Identifies the parameter (column) of the value to be set/retrieved. Index values begin with 1.  

SheetID            Variant        Optional. Identifies the sheet to be returned. The SheetID can be the sheet name, index or dtLocalSheet, or dtGlobalSheet.
If no Sheet is specified, the first sheet in the run-time Data Table is used (global sheet). Index values begin with 1.  

NewValue         String            Sets the value for the specified table cell.
作者: Simatu    时间: 2008-5-5 10:20
恩恩,翻到了。。。谢谢版主
作者: Simatu    时间: 2008-5-5 10:52
跑通过了。。。

[ 本帖最后由 Simatu 于 2008-5-5 11:08 编辑 ]




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