fitnesse for Appian: Documentation

Hi,

 

I would like to learn a bit more of Fitnesse for Appian, get to be able to create test cases and suites for my Appian application.

Can someone recommend the best material to work with? I am struggling to find step step cases on Appian.

 

Thanks!

Manuel

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    Hi ManuelHTG,

    1) Click on the below link and download the Fitnesse
    forum.appian.com/.../shared-
    components/record/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUh-
    mlLnOGtjH9N_m16m1I3ZvKT4QezhOWpQ/view/summary
    2) Extract the zip file into the one of the drives in the system
    3) Go the location in the unzipped folder FitNesseForAppian\configs
    4) Open the custom.properties file,
    a) Configure the location of unzipped Fitnesse folder for “automated.testing.home”.
    Ex: automated.testing.home=D:/FitNesseForAppian
    b) Configure the appian version for the system in which you want run the fitnesse for “FITNESSE_FOR_APPIAN_VERSION”.
    Ex: FITNESSE_FOR_APPIAN_VERSION=v17.2
    5) Open the user.properties file,
    a) Map the list of users and their credentials in the file, which are used for logging into the appian
    Ex: testuser1=test1234
    List of users for Application and their passwords which we need to configure in user.properties are,
    Ex: Note1.Testuser@gmail.com=Test1234
    6) Click on start.bat which will be present in the FitnesseForAppian folder and you will be prompted with the command prompt as fitnesse started with the port details as below,

    7) Open the browser and type localhost:portnumber, for instance localhost:8980
    8) You will find the Cheat Sheet in which you will find the scripts for fields
    9) Under Examples you will find one TestExample and one can use it for checking the fitnesse connection
    10) On top of the page you will find Edit option. Click on “Edit” in order to edit the TestExample script
    11) You will be directed to the TestExample script page and under that you will find this Initialization part, which you need to configure as per your requisites.
    12) And later below to this initialization you need to start your script.

    13) After finishing you script save the script and click on “Test” which will be available on top the saved script

    Regards,
    Krishna.
Reply
  • 0
    Certified Senior Developer
    Hi ManuelHTG,

    1) Click on the below link and download the Fitnesse
    forum.appian.com/.../shared-
    components/record/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUh-
    mlLnOGtjH9N_m16m1I3ZvKT4QezhOWpQ/view/summary
    2) Extract the zip file into the one of the drives in the system
    3) Go the location in the unzipped folder FitNesseForAppian\configs
    4) Open the custom.properties file,
    a) Configure the location of unzipped Fitnesse folder for “automated.testing.home”.
    Ex: automated.testing.home=D:/FitNesseForAppian
    b) Configure the appian version for the system in which you want run the fitnesse for “FITNESSE_FOR_APPIAN_VERSION”.
    Ex: FITNESSE_FOR_APPIAN_VERSION=v17.2
    5) Open the user.properties file,
    a) Map the list of users and their credentials in the file, which are used for logging into the appian
    Ex: testuser1=test1234
    List of users for Application and their passwords which we need to configure in user.properties are,
    Ex: Note1.Testuser@gmail.com=Test1234
    6) Click on start.bat which will be present in the FitnesseForAppian folder and you will be prompted with the command prompt as fitnesse started with the port details as below,

    7) Open the browser and type localhost:portnumber, for instance localhost:8980
    8) You will find the Cheat Sheet in which you will find the scripts for fields
    9) Under Examples you will find one TestExample and one can use it for checking the fitnesse connection
    10) On top of the page you will find Edit option. Click on “Edit” in order to edit the TestExample script
    11) You will be directed to the TestExample script page and under that you will find this Initialization part, which you need to configure as per your requisites.
    12) And later below to this initialization you need to start your script.

    13) After finishing you script save the script and click on “Test” which will be available on top the saved script

    Regards,
    Krishna.
Children