51Testing软件测试论坛
标题:
如何对radio button 设置参数?
[打印本页]
作者:
joanrr
时间:
2006-7-6 19:05
标题:
如何对radio button 设置参数?
我有两个radio button, 如何设置参数?每次run的时候能够选择不同的radio button
作者:
xiaonan
时间:
2006-7-7 08:58
类似这样?
Window("Flight Reservation").WinRadioButton("Economy").SetTOProperty "text", cstr(input("class"))
Window("Flight Reservation").WinRadioButton("Economy").Set
以后把问题描述的跟详细一点
作者:
joanrr
时间:
2006-7-10 10:08
比如我在当前的录制中将其中一个radio选中了,以下code:
JavaWindow("Pending Wire Window").JavaDialog("Settlement Instruction").JavaRadioButton("PAY").Set "ON"
我想在run 的过程中,重新换选一个radio,如何改这样的代码?
也就是我得到两种情况的结果,分别选了不同的radio
作者:
xiaonan
时间:
2006-7-10 10:32
那就需要像我上面给你看的代码一样,先要改变描述这个测试对象的一个属性.我这里是个"text"值,你可以先看一下具体是哪个属性?
Window("Flight Reservation").WinRadioButton("Economy").SetTOProperty "text"," Business"
然后再来选中
Window("Flight Reservation").WinRadioButton("Economy").Set
从我这个代码中能看出,我录制的时候选种的是Economy这个WinRadioButton对象,而回放的时候改成了Business对象了.
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2