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
Replies
9 replies
Subscribers
7 subscribers
Views
3665 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
First Fitnesse Test
Anu
over 8 years ago
I am following below steps to start with Fitnesse and I am able to run start.bat successfully.
But i dont see "Login Test Example" {Step 3 below} in my Fitnesse Screen . Please can someone advise me here ?
Running Your First FitNesse Test
------------------------------------------------------
1. Start FitNesse if it isn't already running by running start.bat.
2. Navigate to
http://localhost:8980
3. Click on the Login Test Example and follow the instructions marked "Please fill out the following before testing" to execute your first test script
4 .Click Test.
Also, I don't find TESTING_HOME folder . Attaching screen for the same .
OriginalPostID-247842
Discussion posts and replies are publicly visible
0
Harsha
over 8 years ago
After navigating to
http://localhost:8980
click on Examples under FitNesse for Appian grid. There click on 'Test Example +'. You will land on the simple login test example. You are good to edit and test it then.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Anu
over 8 years ago
Hello, I can see Test Example . Thankyou! One more question. I need to set default browser as IE . Because chrome and firefox are installed virtually in my machine . Please can you advise ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Harsha
over 8 years ago
Use | setup with browser | BROWSER | and replace BROWSER with IE
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Harsha
over 8 years ago
For this click on Edit at the top of example page and modify the BROWSER and other fields like appian url, version etc there...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Anu
over 8 years ago
Hey Thanks a lot . I made the change and click on Test . I am getting something like this (Attached). Am I missing something ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Anu
over 8 years ago
__EXCEPTION__:java.lang.ExceptionInInitializerError
at com.appiancorp.ps.automatedtest.fixture.BaseFixture.loginIntoWithUsernameAndPassword(BaseFixture.java:301) [fitnesse-for-appian-1.4.jar]
at com.appiancorp.ps.automatedtest.fixture.BaseFixture.loginIntoWithUsername(BaseFixture.java:331) [fitnesse-for-appian-1.4.jar]
at com.appiancorp.ps.automatedtest.fixture.BaseFixture.loginWithUsername(BaseFixture.java:342) [fitnesse-for-appian-1.4.jar]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_66]
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Harsha
over 8 years ago
In the initialization section please verify you are providing the appian url for tempo or site(whichever you are using ) correctly, and also modify the login details then save and test.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Anu
over 8 years ago
Hi, Changed login details and URL ... But getting this error ..Any idea ?
2016-11-21 17:04:28,691 [main] DEBUG com.appiancorp.ps.automatedtest.tempo.TempoMenu - WAIT FOR [Records]
2016-11-21 17:04:28,691 [main] ERROR com.appiancorp.ps.automatedtest.exception.ExceptionBuilder - Tempo Menu - Records
java.lang.NullPointerException
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:212)
at org.openqa.selenium.support.ui.FluentWait.<init>(FluentWait.java:102)
at org.openqa.selenium.support.ui.WebDriverWait.<init>(WebDriverWait.java:71)
at org.openqa.selenium.support.ui.WebDriverWait.<init>(WebDriverWait.java:45)
at com.appiancorp.ps.automatedtest.tempo.TempoMenu.waitFor(TempoMenu.java:56)
at com.appiancorp.ps.automatedtest.fixture.TempoFixture.clickOnMenu(TempoFixture.java:78)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Anu
over 8 years ago
sorry . I am getting this error now . Any suggestions please?
2016-11-21 18:46:03,771 [main] DEBUG com.appiancorp.ps.automatedtest.tempo.TempoLogin - LOGIN [anushri.sharma@fmr.com]
2016-11-21 18:46:03,911 [main] ERROR com.appiancorp.ps.automatedtest.exception.ExceptionBuilder - Login page - anushri.sharma@fmr.com
org.openqa.selenium.InvalidElementStateException: Element must not be hidden, disabled or read-only (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 94 milliseconds
Build info: version: '2.53.0', revision: '35ae25b1534ae328c771e0856c93e187490ca824', time: '2016-03-15 10:43:46'
System info: host: 'BOSV000449W7', ip: '10.108.73.19', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_66'
Driver info: org.openqa.selenium.ie.InternetExplorerDriver
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel