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でテストスクリプトを書いています。グラインダーツールを使用してサービスを呼び出しています