If I use RAP 3.0 together with JMeter and/or Gatling SelectionListeners of Buttons are never called. With RAP prior version 3.0 it is working.
button.addSelectionListener(new SelectionAdapter() {
@Override
public void widgetSelected(SelectionEvent e) {
System.out.println("button pressed");
}
});
While recording the method widgetSelected is called, but not if JMeter or Gatling is replaying it.
Does someone has a hint how to configure JMeter or Gatling?