QTP简单脚本示例:

 
QTP脚本示例

 

set ie=createobject("internetexplorer.application")
ie.visible=true
ie.navigate http://www.baidu.com '打开指定的url
 

相关文章: