QTP中如何对单选框参数化
飞机订票系统时,我想把Sevice Class参数化,即可以选择经济舱、商业舱和头等舱,但执行后报错,错误如下:Cannot identify the specified item of the servClass object. Confirm that the specified item is included in the object's item collection.
请问如何对单选框进行参数化,即可以任意选择单选框中的一个? 你是要达到随机选择一个是吧
那大可以用一个随机数
先弄一下1-3的随机数,然后,根据随机数的值,不同的值,分别对应一个选项就行了.
页:
[1]