FitNesse For Appian: Create your own Classes to test.

Hello, I was wondering if anyone has been able to create your own java class to test using FitNesse For Appian.

What I mean is a java code that lets you translate custom table symbols that you can later use in any FitNesse script.

Also any pointers to documentation on topic are welcome.

Thx.

  Discussion posts and replies are publicly visible

Parents
  • Hey there,
    You can use your own Java class and call it in your scripts.
    Below are the steps.
    Extra your Java class as Jar file.
    Save that Jar file to "C:\FitNesseForAppian\lib" or create a new folder in C:\FitNesseForAppian and save there.
    Make sure "!path ${automated.testing.home}/**.jar" is there in your scripts.
    Then use below syntax.
    !|script|javapackagename.javaclassname|
    |javamethodname|
    Let me know if it doesn't work.
Reply
  • Hey there,
    You can use your own Java class and call it in your scripts.
    Below are the steps.
    Extra your Java class as Jar file.
    Save that Jar file to "C:\FitNesseForAppian\lib" or create a new folder in C:\FitNesseForAppian and save there.
    Make sure "!path ${automated.testing.home}/**.jar" is there in your scripts.
    Then use below syntax.
    !|script|javapackagename.javaclassname|
    |javamethodname|
    Let me know if it doesn't work.
Children