Hi team,
I have made settings in my android real device, I have installed the webdriver (chrome version) same as my mobile chrome version. But when i run testscript Browser not opened exception is displayed . I am using Katalon version 7.7.2
03-22-2021 03:45:45 PM Test Cases/Shop Products/TS_01_SearchAndCheckoutNoProtectionVisaCard-CompleteElapsed time: 12.576saccount.SignUpIn.:31Test Cases/Shop Products/TS_01_SearchAndCheckoutNoProtectionVisaCard-Complete FAILED.
Reason:
com.kms.katalon.core.webui.exception.BrowserNotOpenedException: Browser is not opened
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
System info: host: ‘TWNB213’, ip: ‘192.168.1.108’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_181’
Driver info: driver.version: unknown
at com.kms.katalon.core.webui.driver.DriverFactory.verifyWebDriverIsOpen(DriverFactory.java:890)
at com.kms.katalon.core.webui.driver.DriverFactory.verifyWebDriver(DriverFactory.java:875)
at com.kms.katalon.core.webui.driver.DriverFactory.getWebDriver(DriverFactory.java:861)
at com.kms.katalon.core.webui.driver.DriverFactory$getWebDriver$0.call(Unknown Source)
at account.SignUpIn.(SignUpIn.groovy:31)
at TS_01_SearchAndCheckoutNoProtectionVisaCard-Complete.run(TS_01_SearchAndCheckoutNoProtectionVisaCard-Complete:34)
at com.kms.katalon.core.main.ScriptEngine.run(ScriptEngine.java:194)
at com.kms.katalon.core.main.ScriptEngine.runScriptAsRawText(ScriptEngine.java:119)
at com.kms.katalon.core.main.TestCaseExecutor.runScript(TestCaseExecutor.java:339)
at com.kms.katalon.core.main.TestCaseExecutor.doExecute(TestCaseExecutor.java:330)
at com.kms.katalon.core.main.TestCaseExecutor.processExecutionPhase(TestCaseExecutor.java:309)
at com.kms.katalon.core.main.TestCaseExecutor.accessMainPhase(TestCaseExecutor.java:301)
at com.kms.katalon.core.main.TestCaseExecutor.execute(TestCaseExecutor.java:235)
at com.kms.katalon.core.main.TestCaseMain.runTestCase(TestCaseMain.java:114)
at com.kms.katalon.core.main.TestCaseMain$runTestCase$0.call(Unknown Source)