Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+3
person also asked this
people also asked this
Replies
12 replies
Subscribers
11 subscribers
Views
5690 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
#AutomatedTesting #FitNesseForAppian We are trying to use FitNesse for Appian fo
Utkarsh Seth
over 8 years ago
#AutomatedTesting #FitNesseForAppian We are trying to use FitNesse for Appian for automated testing, we tried testing login script and replaced all the variables with our environment credentials correctly, however whenever we start the script we get the following error with no further details -
"Could not complete testing: fitnesse.slim.SlimError: Error SLiM server died before a connection could be established. Unrecognized option: -"
I'm attaching the screenshot of the error, can anyone tell what might be going wrong?
Thanks
OriginalPostID-212789
OriginalPostID-212789
Discussion posts and replies are publicly visible
0
Dan Austria
Appian Employee
over 8 years ago
@Utkarsh can you provide the login test script that you used. Please remove the username and password from the test script when you post it to forum.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Utkarsh Seth
over 8 years ago
Sure dan please find attached the script that we are using
FitNesseScript.txt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Dan Austria
Appian Employee
over 8 years ago
Your FitNesse script seems to be correct. Have you tried restarting the application? I have seen this issue a couple times, and restarting the start.bat file usually resolves this.
We will look into this issue to see what may be the root cause.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Utkarsh Seth
over 8 years ago
Yes Dan we did tried it after restarting as well, so basically we first tested last Friday and then we tested this today again but the result was same, can it be an issue with file path or with SSL as we are trying it on server which has https enabled
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Dan Austria
Appian Employee
over 8 years ago
https should not be an issue because we have been testing it with on a site utilizing https as well.
I just redownloaded the shared component and placed it in C:\\FitNeese\\AutomatedTesting-1.2.5 as in your test script.
When I change the value of my TESTING_HOME in my test script to a different path, I receive the same error. The only thing that might be wrong is that your path might not be correct "C:\\FitNeese\\AutomatedTesting-1.2.5". I am only assuming this because FitNesse is spelled differently.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Utkarsh Seth
over 8 years ago
I checked it again but I had spelled it wrong in folder as well so my path seems to be correct, not sure what might be causing this
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Rama
over 8 years ago
@utkarsh
I have tested with the attached code, got the same issue which you got.
I didn't find any mistakes in your code and I have written a new one based on your code and it is working fine in my case.
Could try once with the attached code.
Hope it would be helpful.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Mike Cichy
Appian Employee
over 8 years ago
Do you get any errors in the console output?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Utkarsh Seth
over 8 years ago
I do get sometimes but not always, we tried it on a different machine and its working however its not working on some specific machines
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Utkarsh Seth
over 8 years ago
@mike this is the error I get in console
"Bootstrapping FitNesse, the fully integrated standalone wiki and acceptance test
ing framework.
root page: fitnesse.wiki.fs.FileSystemPage at .\\FitNesseRoot#latest
logger: none
authenticator: fitnesse.authentication.PromiscuousAuthenticator
page factory: fitnesse.html.template.PageFactory
page theme: bootstrap
Starting FitNesse on port: 8980
Output stream closed unexpectedly (Stop button pressed?) [Software caused connec
tion abort: socket write error]
Output stream closed unexpectedly (Stop button pressed?) [Software caused connec
tion abort: socket write error]
Output stream closed unexpectedly (Stop button pressed?) [Software caused connec
tion abort: socket write error]
Output stream closed unexpectedly (Stop button pressed?) [Software caused connec
tion abort: socket write error]
Output stream closed unexpectedly (Stop button pressed?) [Software caused connec
tion abort: socket write error]"
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
>