The error I got is fitnesse.testsystems.slim.SlimCommunicationException: Could not send/receive data with SUT
FitNesse Code:
!define TEST_SYSTEM {slim}
!path C:\FitNesseUsingSelenium\bin\Debug*.dll
!define COMMAND_PATTERN {%m -r fitSharp.Slim.Service.Runner %p}
!define TEST_RUNNER {C:\FitSharp.2.5.0\lib\net40\Runner.exe}
!|import| |FitNesseUsingSelenium|
!|FitSeleniumFramework|
|TextInTitle|isTitleCorrect?|
|Google|yes|
|google|no|
|bing|no|
Actually is it opening and closing the browser perfectly but after the instead of displaying the results in FitNesse page, it always throwing the error "Could not complete testing: fitnesse.testsystems.slim.SlimCommunicationException: Could not send/receive data with SUT" enter image description here
But the same is working perfectly in Java using selenium
Could you please suggest some idea to resolve this issue???