Test executing with "Statement - return null" and no steps preformed

What am I doing wrong? How can I make the test run all of it’s steps?

Capture.PNG

Could you paste the relating code here for more information? It will help to understand the issue.

`!SESSION 2017-11-06 16:23:55.638 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_131
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -runMode=console -projectPath=/home/katalon/temp/katalon-sandbox.prj -reportFolder=Reports -reportFileName=testResult -retry=0 -testSuitePath=Test Suites/Editing a User -browserType=Chrome
Command-line arguments: -os linux -ws gtk -arch x86_64 -data config -runMode=console -consoleLog -projectPath=/home/katalon/temp/katalon-sandbox.prj -reportFolder=Reports -reportFileName=testResult -retry=0 -testSuitePath=Test Suites/Editing a User -browserType=Chrome

!ENTRY org.eclipse.core.resources 2 10035 2017-11-06 16:23:57.649
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
Starting Groovy-Eclipse compiler resolver. Specified compiler level: unspecified
125 2.4.7.xx-201611170128-e46 = ACTIVE
/%home%katalon%temp%katalon-sandbox.prj/Keywords/com/katalon/WebUICustomKeyword.groovy: 22 Groovy:unable to resolve class internal.GlobalVariable
/%home%katalon%temp%katalon-sandbox.prj/Keywords/com/katalon/WebUICustomKeyword.groovy: 22 Groovy:unable to resolve class internal.GlobalVariable
/%home%katalon%temp%katalon-sandbox.prj/Keywords/com/selenium/getUserFromList.groovy: 26 Groovy:unable to resolve class internal.GlobalVariable
/%home%katalon%temp%katalon-sandbox.prj/Keywords/com/selenium/getUserFromList.groovy: 26 Groovy:unable to resolve class internal.GlobalVariable


Test Suites/Editing a User - Chrome - 20171106_162359…0/1(0%)

11-06-2017 04:24:01 PM - [START] - Start Test Suite : Editing a User
11-06-2017 04:24:01 PM - [RUN_DATA] - Logging run data ‘hostName’ with value ‘katalon - katalon-virtual-machine’
11-06-2017 04:24:01 PM - [RUN_DATA] - Logging run data ‘os’ with value ‘Linux 64bit’
11-06-2017 04:24:01 PM - [RUN_DATA] - Logging run data ‘hostAddress’ with value ‘127.0.1.1’
11-06-2017 04:24:01 PM - [RUN_DATA] - Logging run data ‘katalonVersion’ with value ‘5.0.0.1’
11-06-2017 04:24:01 PM - [START] - Start Test Case : Test Cases/EDR/Configuration/Users and Roles/Single Tests/Editing a User
11-06-2017 04:24:01 PM - [INFO] - Evaluating variables for test case
11-06-2017 04:24:02 PM - [START] - Start action : Statement - return null
11-06-2017 04:24:02 PM - [END] - End action : Statement - return null
11-06-2017 04:24:02 PM - [PASSED] - Test Cases/EDR/Configuration/Users and Roles/Single Tests/Editing a User
11-06-2017 04:24:02 PM - [END] - End Test Case : Test Cases/EDR/Configuration/Users and Roles/Single Tests/Editing a User
11-06-2017 04:24:02 PM - [END] - End Test Suite : Editing a User
Copying report to folder /home/katalon/temp/Reports…


Test Suites/Editing a User - Chrome - 20171106_162359…1/1(100%)

`

could you take the screenshot where the variable is set? It is at Test Cases/EDR/Configuration/Users and Roles/Single Tests/Editing a User test case.