Version 5.10


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

Hi,

I am using version 6.13, and trying to update a few Global variables through the console mode. However for some reasons it is not updating the values when executing the test suites.

Here is my command:
katalon -noSplash -runMode=console -consoleLog -noExit -projectPath="myprojectpath" -retry=0 -testSuitePath="Test Suites/testsuitename" -executionProfile="test" -browserType="Chrome" -g_VariableName="fake"

Please suggest.

Figured it out. My variable name itself was starting with g_Url, which was causing the issue. After updating the name it worked as expected.