Article 5SBFW Error in running SDK application test cases in Linux

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
latest?d=yIl2AUoC8zA latest?i=Uc923IlsRYg:heHGmKOYqw0:F7zBnMy latest?i=Uc923IlsRYg:heHGmKOYqw0:V_sGLiP latest?d=qj6IDK7rITs latest?i=Uc923IlsRYg:heHGmKOYqw0:gIN9vFw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments