Please let us know what you are using Katalon Studio for?
- I have currently applied Katalon Studio in my project
How would your work be affected if this issue has not been resolved?
- I can continue my job, but my performance is lower than expected
Operating System
macOS Big Sur 11.0.2
Katalon Studio Version
7.8.0
Katalon Studio logs
-
Windows logs folder: \config.metadata.log
-
macOS logs folder: file:///Applications/Katalon%20Studio.app/Contents/MacOS/config/.metadata/.plugins/org.eclipse.ui.workbench/log
Screenshots / Videos
- Please attach screenshots or videos if necessary to reproduce the issue
In a Test Case, I had this line:
// serialize the collected info into a text file
String outputText = formatOutputTextAsJson(comboValues)
I wanted to change this to:
// serialize the collected info into a text file
//String outputText = formatOutputTextAsJson(comboValues)
String outputText = formatOutputTextAsCSV(comboValues)
So I started typing
// serialize the collected info into a text file
/String outputText = formatOutputTextAsJson(comboValues)
Then I got the following Error dialog:
In the editor, I never use Manual mode, I only use Script Mode. While I type code in the Script Mode, this dialog is very annoying. I can not continue using this version of Katalon Studio.