51Testing软件测试论坛
标题:
怎么让QTP录制一个修改server端的系统时间?
[打印本页]
作者:
bertha2124
时间:
2007-3-15 10:18
标题:
怎么让QTP录制一个修改server端的系统时间?
怎么让QTP录制一个修改server端的系统时间?
脚本非常的长,中间有几次需要去修改server端的系统时间,
但QTP本身是在client端运行的,这请问这样要怎么做呢?
我有试过用「远程桌面」,但录下来的只有x、y坐标,无法做参数化,
请各位先进提供办法,谢谢。
我举个例子:
Action1的动作:修改server端的系统时间
Action2的动作:user1在client端填写窗体,送出给user2
Action3的动作:user2审核窗体,送出user3
Action4的动作:user3审核窗体,送回user1
这中间的审核时间都是以server端的系统时间为主,必须经历一个月的时间,
所以每次run一次就要改server的时间
作者:
风过无息
时间:
2007-3-15 10:29
楼主搜一下前面的帖子,已经讨论过这样的问题了。
作者:
bertha2124
时间:
2007-3-15 10:55
我找過文了,大部份都是修改local端的,
但我是在local端run QTP時,要去修改到server端的時間。
別跟我講在server端run就好了,因為不想在server端做測試,才有這個問題,
謝謝各位先進
作者:
bertha2124
时间:
2007-3-15 10:56
我找过文了,大部份都是修改local端的,
但我是在local端run QTP时,要去修改到server端的时间。
别跟我讲在server端run就好了,因为不想在server端做测试,才有这个问题,
谢谢各位先进
作者:
bertha2124
时间:
2007-3-21 19:10
都没有人有idea哦~
作者:
dreamever
时间:
2007-3-21 20:31
我觉得如果要要修改server端的时间,通过脚本录制的方式实现是不现实的。server端的时间修改是否可以通过脚本来实现?这样的换你在测试脚本直接调用该脚本文件就可以实现了。
作者:
vbic
时间:
2007-3-21 21:43
如果是linux比较方便
可以用ssh来连
作者:
风过无息
时间:
2007-3-23 10:46
我用XP的remote到服务器上用cmd来修改时间。
运行成功后的脚本如下:
SystemUtil.Run "C:\WINDOWS\system32\mstsc.exe","","D:\Documents and Settings\****","open"
Dialog("Remote Desktop Connection").WinButton("Connect").Click
Window("Remote Desktop").WinObject("Input Capture Window").Type "*****"
Window("Remote Desktop").WinObject("Input Capture Window").Click 430,405
wait 3
Window("Remote Desktop").WinObject("Input Capture Window").Click 54,751
Window("Remote Desktop").WinObject("Input Capture Window").Click 272,643
Window("Remote Desktop").WinObject("Input Capture Window").Type "cmd"
Window("Remote Desktop").WinObject("Input Capture Window").Click 154,704
Window("Remote Desktop").WinObject("Input Capture Window").Type " date 07-02-02"
Window("Remote Desktop").WinObject("Input Capture Window").Type micReturn
wait 3
Window("Remote Desktop").WinObject("Input Capture Window").Type "exit"
Window("Remote Desktop").WinToolbar("ToolbarWindow32").Press 3
Window("Remote Desktop").Dialog("Disconnect Windows session").WinButton("OK").Click
希望对楼主有用。
[
本帖最后由 风过无息 于 2007-3-23 11:02 编辑
]
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2