【发布时间】:2012-09-11 12:44:50
【问题描述】:
lists = portTest.lists(arg1, arg2)
// this returns the lists from webservice in java
// public String[] list1;
// public String[] list2;public String[] list3;
// i want to get the random element in the list,
// not the first, second or any selected item.
elementinthelist = lists.list1[0]
如何从列表中生成随机元素
我正在用 Jython 编写测试脚本。我正在使用 Grinder 工具调用服务
【问题讨论】:
标签: java python jython grinder