曾经尝试过检查有多少个button:目的是确认有八个button
脚本:
[ ] Options.Chart.Select( "Chart ")
[ ] LIST OF STRING LineColor
[ ]
[ ] LineColor = Options.Chart.LineColor.getContents()
[ ] Print(LineColor)
返回结果:
[ ] *** DefaultBaseState is setting MQA active, No window was active
[ ] {Line, Color, Line, Color, Line, Color, Line, Color}
[ ] *** Warning: DefaultBaseState is closing MQA windows
[ ] Closing Options
请问:回放结果中总是只检查第一个选中的按钮,而没有检查所有的四个选中项,如何验证我选中的是哪几个buttons?作者: yuetiantian 时间: 2009-6-15 11:36
你这个问题是不是因为设置了将radio button作为一组进行识别啊?
你可以设置silktest 菜单中的 Options->agent->Compatibility页,选中 "Don't group radio buttons into a list",然后再次捕捉