divide tests into groups
test_num = test_list.length group_num = test_num / group_length if test_num % group_length != 0 group_num += 1 end