Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

FitNesse for Appian 18.2 > Cannot run the test: Could not invoke constructor...

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
  • 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
Reply
  • 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
Children