"showFileChooser" keyword, "showDialog" keyword

In one of my previous Katalon Studio project, I wanted my test case to be able to prompt to human to choose one file out of a directory. I wanted him/her to choose a file which contains a list of URL, credential etc. The rest of test case processes the list. I wanted my test case to show a GUI dialog over the Katalon Studio GUI. This dialog enables my test to switch its behaviour interactively.

@kenzie.rigole gave us a solution for this.

See

I want this feature to be provided as a built-in keyword in Katalon Studio, because

  1. I prefer SWT GUI to Swing GUI so that the dialog looks fitting to the existing look&feel
  2. people would want more, not only FileChooser. as @theo.retos required
1 Like