No. I unzip katalon into C:\WEBAUT\KATALON then start them.
Also, here is my BAT file:
---
cd c:\WEBAUT\KATALON
rem katalon -noSplash -runMode=console -projectPath=“P:\Projects\FILENET\FILENET.prj” -retry=0 -testSuitePath=“Test Suites/VDIE2E002” -executionProfile=“default” -browserType=“IE”
eclipsec -noSplash -runMode=console -projectPath=“P:\Projects\FILENET\FILENET.prj” -retry=0 -testSuitePath=“Test Suites/VDIE2E002” -executionProfile=“default” -browserType=“IE”
---
When I started it with unremarked katalon, nothing to do… command stops.
With unremarked eclipsec I get next outout and all work OK:
C:\WEBAUT\KATALON>eclipsec -noSplash -runMode=console -projectPath=“P:\Projects\FILENET\FILENET.prj”
-retry=0 -testSuitePath=“Test Suites/VDIE2E002” -executionProfile=“default” -browserType=“IE”
Starting Groovy-Eclipse compiler resolver. Specified compiler level: unspecifie
d
136 2.4.7.xx-201611170128-e46 = ACTIVE
Fri Aug 24 15:45:09 CEST 2018
Cannot send request, retry to send.
--------------------------------------------------------------------------------
Test Suites/VDIE2E002 - IE - 20180824_154520…0/1(0%)
--------------------------------------------------------------------------------
Fri Aug 24 15:45:53 CEST 2018
Cannot send request, retry to send.08-24-2018 03:45:33 odp. - [START] - Start T
est Suite : Test Suites/VDIE2E002
08-24-2018 03:45:34 odp. - [RUN_DATA] - Logging run data ‘hostName’ with value ’
e2etester - VDIE2E002.rdm.cz’
08-24-2018 03:45:34 odp. - [RUN_DATA] - Logging run data ‘os’ with value 'Window
s 7 32bit’
=== next output was been cutted ====
Sometime (rarely) katalon.exe work too… Unfortunately I cannot find the log file and analyze why. I have clear Windows 7 installation on ESX and unzipped KATALON STUDIO. I tried Windws Restart and so on…