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
+6
person also asked this
people also asked this
Replies
12 replies
Subscribers
11 subscribers
Views
15132 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Fitnesse
Agam Bhamra
A Score Level 2
over 7 years ago
Hi,
I am first time user of Fitnesse automation tool. I created a static Page->Test Suite page->test page and wrote all my codes in test page to keep it simple. when I try to run it it is giving me an error cannot invoke constructor for
com.appiancorp.ps.automatedtest.fixture.TempoFixture. Also it is giving error for rest of the keywords used in script. Please help on an urgent basis.
Thanks
OriginalPostID-259796
Discussion posts and replies are publicly visible
Parents
0
Rama Thummala
Certified Lead Developer
over 7 years ago
@agamb
I am using below code...it is working for me
!***> 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
***!
!*** Initialization
!| script |com.appiancorp.ps.automatedtest.fixture.TempoFixture |
|setup with browser|FIREFOX |
|set appian url to |http://<serverip>:8080/suite/ |
|set appian version to |16.3 |
|set appian locale to |en_US |
***!
!*** Login to Tempo
!| script |
|login with username|<your user name to login> |
***!
and make sure you have configured your username and pass in users.properties
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Rama Thummala
Certified Lead Developer
over 7 years ago
@agamb
I am using below code...it is working for me
!***> 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
***!
!*** Initialization
!| script |com.appiancorp.ps.automatedtest.fixture.TempoFixture |
|setup with browser|FIREFOX |
|set appian url to |http://<serverip>:8080/suite/ |
|set appian version to |16.3 |
|set appian locale to |en_US |
***!
!*** Login to Tempo
!| script |
|login with username|<your user name to login> |
***!
and make sure you have configured your username and pass in users.properties
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data