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
Raviteja Varma Jampana
A Score Level 2
over 7 years ago
I have fitness code to login into forum in Firefox. I have fitness in my D Drive @D:/FitNesseForAppian-1.4/FitNesseForAppian Change the path and try following code. As Ramanjaneyulu said i remember doing some custom properties first. Please check that and let me know if you need any help.
!***> FitNesse Configurations
!define TEST_SYSTEM {slim}
!path D:/FitNesseForAppian-1.4/FitNesseForAppian/**.jar
***!
!*** Initialization
!| script | com.appiancorp.ps.automatedtest.fixture.TempoFixture |
| setup selenium web driver with browser | FIREFOX |
| set appian url to |
https://forum.appian.com/suite
|
| set appian version to | 16.3 |
| set appian locale to | en_GB |
| set timeout seconds to | 10 |
| set screenshot path to | D:/SCREENSHOTS |
| set take error screenshots to | true |
| set test variable | DATEXXX | with | ${!today(YYYY-MM-DD)} |
| set stop on error to | false |
| set start datetime |
***!
!*** Login to Tempo s
!| script |
| login with username | XXXXX | and password | XXXXXX |
***!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Raviteja Varma Jampana
A Score Level 2
over 7 years ago
I have fitness code to login into forum in Firefox. I have fitness in my D Drive @D:/FitNesseForAppian-1.4/FitNesseForAppian Change the path and try following code. As Ramanjaneyulu said i remember doing some custom properties first. Please check that and let me know if you need any help.
!***> FitNesse Configurations
!define TEST_SYSTEM {slim}
!path D:/FitNesseForAppian-1.4/FitNesseForAppian/**.jar
***!
!*** Initialization
!| script | com.appiancorp.ps.automatedtest.fixture.TempoFixture |
| setup selenium web driver with browser | FIREFOX |
| set appian url to |
https://forum.appian.com/suite
|
| set appian version to | 16.3 |
| set appian locale to | en_GB |
| set timeout seconds to | 10 |
| set screenshot path to | D:/SCREENSHOTS |
| set take error screenshots to | true |
| set test variable | DATEXXX | with | ${!today(YYYY-MM-DD)} |
| set stop on error to | false |
| set start datetime |
***!
!*** Login to Tempo s
!| script |
| login with username | XXXXX | and password | XXXXXX |
***!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data