Error in running SDK application test cases in Linux
by nafis456 from LinuxQuestions.org on (#5SBFW)
I am currently working on a project where I have to write automated test cases in Linux environment. I use Robot Framework as the test automation framework. The test cases are written for a SDK application that is non browser in nature. In Linux, using appium I keep getting the following error
WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: geckodriver binary cannot be found in PATH. Please make sure it is present on your system.
However, when I add geckodriver to the PATH in Linux and I execute my test cases it doesn't show the output required rather, it opens a browser and closes it and passes the test case. Robot test code is the following:
Open Application for Animation Example of RockSolid SDK Using Vulcan api
Open Application http://localhos:4723/wd/hub platformName=Linux app=/home/niskande/Documents/opt/RocksolidSDK/share/RocksolidSDK/examples/buildv/animation/ ./animationt
WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: geckodriver binary cannot be found in PATH. Please make sure it is present on your system.
However, when I add geckodriver to the PATH in Linux and I execute my test cases it doesn't show the output required rather, it opens a browser and closes it and passes the test case. Robot test code is the following:
Open Application for Animation Example of RockSolid SDK Using Vulcan api
Open Application http://localhos:4723/wd/hub platformName=Linux app=/home/niskande/Documents/opt/RocksolidSDK/share/RocksolidSDK/examples/buildv/animation/ ./animationt