QTP输出值错位
在做网银测试的时候发现一个问题,设置输出值是可用余额,实际结果输出原币金额
此问题的解决方法:
将输出值修改为函数:
Dim hkye
hkye = Browser("Browser").Page("Page_2").Frame("mainFrame").WebTable("储蓄种类").GetCellData(2,5)//查看源文件
GetCellData解释
Description
Returns the text contained in the specified cell. //返回特定单元格中所包含的文本
Syntax
object.GetCellData (Row, Column)