Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Verified Answer
+1
person also asked this
people also asked this
Replies
6 replies
Subscribers
10 subscribers
Views
8498 views
Users
0 members are here
FitnesseForAppian
fitnesse
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
FitNesse for Appian 18.2 > Cannot run the test: Could not invoke constructor...
osuvorov
over 6 years ago
Hi everyone, I'm getting Could not invoke constructor for com.appiancorp.ps.automatedtest.fixture.TempoFixture[0] error when I try to run the example test for FitNesseForAppian. Has anybody encountered with the same issue? Thanks
Discussion posts and replies are publicly visible
Parents
0
rajeshv
over 6 years ago
Hi,
Must be missing the Fitnesse Config file.
Please check below
!***> FitNesse Configurations
!define TEST_SYSTEM {slim}
!define COMMAND_PATTERN {java -Dlog4j.configuration=file:///${automated.testing.home}/log4j.properties -cp %p %m}
!path ${automated.testing.home}/**.jar
***!
If still is not working Please check your initialization
!*** Initialization
!| script |com.appiancorp.ps.automatedtest.fixture.TempoFixture|
|setup with |FIREFOX |browser |
|set appian url to |APPIAN_URL |
|set appian version to|APPIAN_VERSION |
|set appian locale to |APPIAN_LOCALE |
***!
Please send me screenshot of your script. Can have a look
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
osuvorov
over 6 years ago
in reply to
rajeshv
Hi rajeshv,
Unfortunately, this didn't help.
Here is the SuiteSetUp script screen:
https://ibb.co/jH8VQy
Thanks!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rajeshv
over 6 years ago
in reply to
osuvorov
Hi there,
Your screenshot looks fine to me.
Then there could be below 2 issues./
1. is your Appian application updated to 18.2 as you are using Fitnesse for Appian18.2 (it should be backward compatibility ) and in your scripts Appian version is set to 17.4
2. please check your java version.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
rajeshv
over 6 years ago
in reply to
osuvorov
Hi there,
Your screenshot looks fine to me.
Then there could be below 2 issues./
1. is your Appian application updated to 18.2 as you are using Fitnesse for Appian18.2 (it should be backward compatibility ) and in your scripts Appian version is set to 17.4
2. please check your java version.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
0
osuvorov
over 6 years ago
in reply to
rajeshv
Hi rajeshv,
I'm using 17.4 version of Appian.
As for java, it's 1.7.0_45-b18
Thanks.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel