First Test case execution

Hi ,
I am new to Katalon. i have katalon version 7. I created my first test case. There are two issues, I am having

  1. I can not record or run my script in Chrome.
  2. My test cases was executed in Firefox successfully and then I added a new step and after that my test case execution is showing 0 pass 0 fail. Even though I have deleted the newly added step. Strange thing is that When I run my test case I can see the execution (opening of browser , entering user id and pwsd and so on)but event log display 0 pass 0 fail.

In the console I see
2020-04-21 14:59:54.506 INFO c.k.katalon.core.main.TestCaseExecutor - --------------------
2020-04-21 14:59:54.508 INFO c.k.katalon.core.main.TestCaseExecutor - START Test Cases/Login
2020-04-21 14:59:54.807 DEBUG testcase.Login - 1: openBrowser(“”)
2020-04-21 14:59:55.010 INFO c.k.k.core.webui.driver.DriverFactory - Starting ‘Firefox’ driver
Apr 21, 2020 2:59:55 PM org.openqa.selenium.remote.DesiredCapabilities firefox
INFO: Using new FirefoxOptions() is preferred to DesiredCapabilities.firefox()
2020-04-21 14:59:55.072 INFO c.k.k.core.webui.driver.DriverFactory - Action delay is set to 0 milliseconds
1587473995784 mozrunner::runner INFO Running command: “/Applications/Firefox.app/Contents/MacOS/firefox-bin” “-marionette” “-foreground” “-no-remote” “-profile” “/var/folders/sh/xcr4tzj17g533dtljvfwhgc00000gn/T/rust_mozprofile.dxLJg8JSBgRa”
1587473996170 addons.webextension. WARN Loading extension ‘null’: Reading manifest: Warning processing permissions: Error processing permissions.12: Value “debugger” must either: must either [must either [be one of [“clipboardRead”, “clipboardWrite”, “geolocation”, “idle”, “notifications”], be one of [“bookmarks”], be one of [“find”], be one of [“history”], be one of [“menus.overrideContext”], be one of [“search”], be one of [“activeTab”, “tabs”, “tabHide”], be one of [“topSites”], be one of [“browserSettings”], be one of [“cookies”], be one of [“downloads”, “downloads.open”], be one of [“webNavigation”], or be one of [“webRequest”, “webRequestBlocking”]], be one of [“alarms”, “mozillaAddons”, “storage”, “unlimitedStorage”], be one of [“browsingData”], be one of [“captivePortal”], be one of [“devtools”], be one of [“identity”], be one of [“menus”, “contextMenus”], be one of [“normandyAddonStudy”], be one of [“pkcs11”], be one of [“geckoProfiler”], be one of [“sessions”], be one of [“urlbar”], be one of [“contextualIdentities”], be one of [“dns”], be one of [“activityLog”], be one of [“management”], be one of [“networkStatus”], be one of [“privacy”], be one of [“proxy”], be one of [“nativeMessaging”], be one of [“telemetry”], be one of [“theme”], or match the pattern /^experiments(.\w+)+$/], or must either [be one of [“<all_urls>”], must either [match the pattern /^(https?|wss?|file|ftp|*)://(*|*.[^/]+|[^/]+)/.$/, or match the pattern /^file:///.$/], or match the pattern /^resource://(*|*.[^/]+|[^/]+)/.$|^about:/]
1587473996170 addons.webextension. WARN Loading extension ‘null’: Reading manifest: Warning processing offline_enabled: An unexpected property was found in the WebExtension manifest.
1587473996202 addons.webextension.doh-rollout@mozilla.org WARN Loading extension ‘doh-rollout@mozilla.org’: Reading manifest: Invalid extension permission: networkStatus
1587473996213 addons.webextension.screenshots@mozilla.org WARN Loading extension ‘screenshots@mozilla.org’: Reading manifest: Invalid extension permission: mozillaAddons
1587473996213 addons.webextension.screenshots@mozilla.org WARN Loading extension ‘screenshots@mozilla.org’: Reading manifest: Invalid extension permission: telemetry
1587473996213 addons.webextension.screenshots@mozilla.org WARN Loading extension ‘screenshots@mozilla.org’: Reading manifest: Invalid extension permission: resource://pdf.js/
1587473996213 addons.webextension.screenshots@mozilla.org WARN Loading extension ‘screenshots@mozilla.org’: Reading manifest: Invalid extension permission: about:reader

1587473996461 addons.webextension.{54dcd9e9-903f-43e9-95f0-22bd0e0f3c0a} WARN Loading extension ‘{54dcd9e9-903f-43e9-95f0-22bd0e0f3c0a}’: Reading manifest: Warning processing permissions: Error processing permissions.12: Value “debugger” must either: must either [must either [be one of [“clipboardRead”, “clipboardWrite”, “geolocation”, “idle”, “notifications”], be one of [“bookmarks”], be one of [“find”], be one of [“history”], be one of [“menus.overrideContext”], be one of [“search”], be one of [“activeTab”, “tabs”, “tabHide”], be one of [“topSites”], be one of [“browserSettings”], be one of [“cookies”], be one of [“downloads”, “downloads.open”], be one of [“webNavigation”], or be one of [“webRequest”, “webRequestBlocking”]], be one of [“alarms”, “mozillaAddons”, “storage”, “unlimitedStorage”], be one of [“browsingData”], be one of [“captivePortal”], be one of [“devtools”], be one of [“identity”], be one of [“menus”, “contextMenus”], be one of [“normandyAddonStudy”], be one of [“pkcs11”], be one of [“geckoProfiler”], be one of [“sessions”], be one of [“urlbar”], be one of [“contextualIdentities”], be one of [“dns”], be one of [“activityLog”], be one of [“management”], be one of [“networkStatus”], be one of [“privacy”], be one of [“proxy”], be one of [“nativeMessaging”], be one of [“telemetry”], be one of [“theme”], or match the pattern /^experiments(.\w+)+$/], or must either [be one of [“<all_urls>”], must either [match the pattern /^(https?|wss?|file|ftp|*)://(*|*.[^/]+|[^/]+)/.$/, or match the pattern /^file:///.$/], or match the pattern /^resource://(*|*.[^/]+|[^/]+)/.*$|^about:/]
1587473996462 addons.webextension.{54dcd9e9-903f-43e9-95f0-22bd0e0f3c0a} WARN Loading extension ‘{54dcd9e9-903f-43e9-95f0-22bd0e0f3c0a}’: Reading manifest: Warning processing offline_enabled: An unexpected property was found in the WebExtension manifest.
1587473997897 Marionette INFO Listening on port 52022
1587473997936 Marionette WARN TLS certificate errors will be ignored for this session
1587473997940 Marionette INFO Proxy settings initialised: {“proxyType”:“direct”}
Apr 21, 2020 2:59:57 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
2020-04-21 14:59:58.021 INFO c.k.k.core.webui.driver.DriverFactory - sessionId = 0b163700-8d32-2147-a3f1-b88b6010a5b5
2020-04-21 14:59:58.035 INFO c.k.k.core.webui.driver.DriverFactory - browser = Firefox 74.0
2020-04-21 14:59:58.036 INFO c.k.k.core.webui.driver.DriverFactory - platform = Mac OS X
2020-04-21 14:59:58.036 INFO c.k.k.core.webui.driver.DriverFactory - seleniumVersion = 3.141.59
2020-04-21 14:59:58.037 INFO c.k.k.core.webui.driver.DriverFactory - proxyInformation = ProxyInformation{proxyOption=NO_PROXY, proxyServerType=HTTP, password=, proxyServerAddress=, proxyServerPort=0, executionList=}

Test case steps are very simmpy

I would be a good idea to post your test case steps.

Follow this advice to help us help you…

Hi Russ
I just updated my initial query by adding the test steps. Its a very simply test ,just login to a site.
Also not sure why I cannot record or replay in chrome , my katalon works only for firefox