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
  • @arpitb210 - The configurations are syntactically incorrect. Please use below mentioned configurations and let me know if it helps.
    !define TEST_SYSTEM {slim}
    !path D:\\XYZ\\abc
    !path D:\\XYZ\\abc\\**.jar

    Replace the TESTING_HOME with the path where FitNesse is installed or else define the TESTING_HOME variable before using it in !path.

    Please refer the following link to have more information about variables.
    http://www.fitnesse.org/FitNesse.UserGuide.FitNesseWiki.MarkupLanguageReference.MarkupVariables

    If this doesn't solve the issue then please attach the code snippet for further debugging.
Reply
  • @arpitb210 - The configurations are syntactically incorrect. Please use below mentioned configurations and let me know if it helps.
    !define TEST_SYSTEM {slim}
    !path D:\\XYZ\\abc
    !path D:\\XYZ\\abc\\**.jar

    Replace the TESTING_HOME with the path where FitNesse is installed or else define the TESTING_HOME variable before using it in !path.

    Please refer the following link to have more information about variables.
    http://www.fitnesse.org/FitNesse.UserGuide.FitNesseWiki.MarkupLanguageReference.MarkupVariables

    If this doesn't solve the issue then please attach the code snippet for further debugging.
Children
No Data