를 검색 할 때 오류가 나는 두 오류JMeter를 스레드 그룹 이름
jmeter.util.BeanShellInterpreter을 반환 BeanShell이다 처리기
String groupName = ctx.getThreadGroup().getName(); groupName = "${__BeanShell(ctx.getThreadGroup().getName())}"
에서 다음 문을 시도 메소드 : eval 소스 파일 :
인라인 평가 : ctx.getThreadGroup(). getName();
그러나 스레드 그룹 이름이 올바르게 인쇄됩니다.
더 이상 오류가 발생하지 않습니다. – Vladimir