Fitnesse

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
  • 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 |
    ***!

  • 0
    A Score Level 1
    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.
Reply Children
No Data