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
15139 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
Agam Bhamra
A Score Level 2
over 7 years ago
I tried with version V1.3.1... same error there as well. Below is the test page code:-
!***> 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
This table initializes the fixture class and sets the environment defaults
!| script |com.appiancorp.ps.automatedtest.fixture.TempoFixture |
|set appian url to |
bpms-sit.bendigobank.com.au/.../
|
|set appian version to |16.3 |
|set appian locale to |en_GB |
|set take error screenshots to|True |
|set screenshot path to |${automated.testing.home}/FitNesseRoot/Sample-TestSuites/CardCancellationApplications/SimpleScenario/screenshots/|
***!
!*** Set Suite Variables
This table creates a variable which will be available in all tests by using tv!titleThis table creates a variable which will be available in all tests by using tv!title
|script |
|set test variable|Cardholder_Name |with|xx |
|set test variable|Card_Number |with|nn|
|set test variable|Customer_Number |with|nnn |
|set test variable|Reason |with|xx |
|set test variable|Delivery_Option |with|xxnn |
|set test variable|Delivery_Option_Code|with|nn |
***!
!*** Initialization
This table opens a new instance of the Firefox browser, navigates to Appian, and logs in
!| script |
|setup with browser |CHROME |
|login with username|admxxxx|
|take screenshot |Login |
***!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
shrutik11
A Score Level 1
over 5 years ago
in reply to
Agam Bhamra
Hi Agamb1,
I am also facing the same issue in Fitnesse automation tool for the first time setup.
So, can you please suggest me how I can resolve this issue.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
shrutik11
A Score Level 1
over 5 years ago
in reply to
Agam Bhamra
Hi Agamb1,
I am also facing the same issue in Fitnesse automation tool for the first time setup.
So, can you please suggest me how I can resolve this issue.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data