Editing test cases using script mode


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/tutorials/create_test_case_using_script_mode.html

How to write “description” in script mod using variable?

ex.
'Verifing the headings ’ + actualtextvariable
WebUI.verifyMatch(“text”, actualtextvariable, false)

Thanks

You can use same as in eclipse editor

for eg:

//Verify headings
or /*verify heading */

Do we have a default mode for script view only or other one more than always Manual view?
I’m spending a lot of time to switch to script view while scripting on Katalon.

Thanks a lot.

Go to Window > Katalon Studio Preferences, then Katalon > Test Cases and then set Initially open Test Cases to In Script View.