|
刚在实验用描述性编程写的一个测试代码就是最后退出那一条实在是不知怎么写了。。那位能帮个忙啊。。。- SystemUtil.Run "D:\Program Files\QuickTest Professional\samples\flight\app\flight4a.exe"
- WinObject("nativeclass:=#32770","text:=Login").WinObject("nativeclass:=Edit","attached text:=Agent Name:").Type "admin"
- WinObject("nativeclass:=#32770","text:=Login").WinObject("nativeclass:=Edit","attached text:=Password:").Type "mercury"
- WinObject("nativeclass:=#32770","text:=Login").WinObject("nativeclass:=Button","text:=OK").Click
复制代码 最后在一条退出的代码应该怎么写?
如何将Window("Flight Reservation").WinMenu("Menu").Select "File;Exit"这条代码编程用描述性编程写法、使得完全不依赖对象库。。。
还有用Object SPY抓去“File”时只是显示"Window:Flight Reservation"而不是WinMenu呢?
难道是我没抓好?
求解、谢谢! |
|