51Testing软件测试论坛

标题: QTP如何获取文本框内的值,求助 [打印本页]

作者: wuxiangxiang    时间: 2015-4-19 12:21
标题: QTP如何获取文本框内的值,求助
QTP如何获取文本框内的值呢
作者: 土土的豆豆    时间: 2015-4-20 09:35
静态的还是动态生成的?
一般来说,可以用以下方式:
a一个是用QTP自带的out值
Window("Windows Internet Explorer").WinObject("Internet Explorer_Server").Output CheckPoint("Internet Explorer_Server")
然后调用:
XXX.Set DataTable("Internet Explorer_Server", dtGlobalSheet)

b)另外也可以用GetROProperty,把对象text的属性取出来。
ButtonName=Browser("QA Home Page").Page("QA Home Page").WebButton("Submit").GetTOProperty("Name")
例如获取文本Web文本框的运行时的值:
XXX.GetTOProperty("Value")
作者: 黑羽祭    时间: 2015-4-20 09:36
厄~好久不用QTP了,具体的函数名已经不记得了
不过你把这个文本框对象放入对象库后,在这个对象后打点,没有value或者text字样的方法名么?




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