Unable to run the Appian Fitnesse tool

Certified Lead Developer

I am not able to run the Fitnesse Test. I am getting an error anytime whenever I am trying to run any test case.Below are my configurations.

variable defined: TEST_SYSTEM=slim
classpath: TESTING_HOME
classpath: TESTING_HOME\\**.jar

Also I have set the Appian URL and other configurations but still unable to run the test case.

OriginalPostID-219163

OriginalPostID-219163

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi Siddhant, I am using the same configurations which you have given.

    !define TEST_SYSTEM {slim}
    !path TESTING_HOME
    !path TESTING_HOME\\**.jar

    Also TESTING_HOME is the path where Fitnesse is installed.

    The code of my test script is : -
    !3 Please fill out the following before testing
    * update TESTING_HOME to point to the location where you have unzipped FitNesse for Appian (e.g. C:\\AutomatedTesting)
    * Update the Appian URL (REPLACE_APPIAN_URL), Appian Locale (en_US or en_GB), and Appian Version (7.10, 7.11, or 16.1)
    * Update the Username (REPLACE_USERNAME) and Password (REPLACE_PASSWORD)

    !*** FitNesse Configurations

    !define TEST_SYSTEM {slim}
    !path TESTING_HOME
    !path TESTING_HOME\\**.jar
    *!
    !*** Initialization

    !| script | com.appiancorp.ps.automatedtest.fixture.TempoFixture |
    | setup selenium web driver with browser | FIREFOX |
    | set appian url to | https://MyURL |
    | set appian version to | 16.2 |
    | set appian locale to | en_GB |

    *!
    !*** Login to Tempo and go to Records

    !| script |
    | login with username | Username | and password | Password |
    | click on menu | Records |

    *!
Reply
  • 0
    Certified Lead Developer
    Hi Siddhant, I am using the same configurations which you have given.

    !define TEST_SYSTEM {slim}
    !path TESTING_HOME
    !path TESTING_HOME\\**.jar

    Also TESTING_HOME is the path where Fitnesse is installed.

    The code of my test script is : -
    !3 Please fill out the following before testing
    * update TESTING_HOME to point to the location where you have unzipped FitNesse for Appian (e.g. C:\\AutomatedTesting)
    * Update the Appian URL (REPLACE_APPIAN_URL), Appian Locale (en_US or en_GB), and Appian Version (7.10, 7.11, or 16.1)
    * Update the Username (REPLACE_USERNAME) and Password (REPLACE_PASSWORD)

    !*** FitNesse Configurations

    !define TEST_SYSTEM {slim}
    !path TESTING_HOME
    !path TESTING_HOME\\**.jar
    *!
    !*** Initialization

    !| script | com.appiancorp.ps.automatedtest.fixture.TempoFixture |
    | setup selenium web driver with browser | FIREFOX |
    | set appian url to | https://MyURL |
    | set appian version to | 16.2 |
    | set appian locale to | en_GB |

    *!
    !*** Login to Tempo and go to Records

    !| script |
    | login with username | Username | and password | Password |
    | click on menu | Records |

    *!
Children
No Data