51Testing软件测试论坛
标题:
跑QTP脚本时,遇到一个校验excel的sheetname怎么取值???
[打印本页]
作者:
coffee520xu
时间:
2011-5-9 15:35
标题:
跑QTP脚本时,遇到一个校验excel的sheetname怎么取值???
我在跑QTP脚本时,遇到一个校验excel的sheetname跟自身excel name是否匹配的case,操作如下:1.点击页面的的《download to excel》button
2.弹出dialog中有《Open》《Save》《Cancel》button
3.点击《Open》button
这时会弹出一个excel文件,怎么取到它的excel name 和它当前打开的sheet name???求高人支招。。。。
作者:
lyscser
时间:
2011-5-9 15:53
excel name在保存的时候可以从winedit中取或者static上取text,关于sheet名称的思想如下,代码木有哈
for i = 0 to sheet.cout
msgbox sheet(i).name
next
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2