Skip to main content
November 19, 2021
Question

#Fitness could not find class com.appiancorp.ps.automatedtest.fixture

  • November 19, 2021
  • 4 replies
  • 0 views

When attempting to run the example test case I get exceptions, the biggest one of them being in the script. I followed all the instructions correctly and I am not the only one in our group running into the same issue.

4 replies

acaciob0002
November 22, 2021

Hi there,

I've seen this problem happens when the suiteSetup was not properly configured, I'm not sure if this is your case however Im attaching below a sample code that you could try:

!| script             |com.appiancorp.ps.automatedtest.fixture.SitesFixture          |
|set appian url to    |https://ReplaceThisForYourAppianURL	 |
|set appian version to|21.3                                                          |
|set appian locale to |en_GB                                                         |
***!

I'm using to run in a site, perhaps you will need to change back to tempo if you are testing on tempo.

I hope that helps.

Acacio B.

June 12, 2024

Hi I am using Fitnesse 24.2/Appian and get this error -  com.appiancorp.ps.automatedtest.fixture.TempoFixture - Could not find class com.appiancorp.ps.automatedtest.fixture.                                                                                                                                                                                                        java env is set up as 

Variable name JAVA_HOME 
Variable value <APPIAN_HOME>\java 

[View:https://community.appian.com/discussions/f/plug-ins/22557/fitness-could-not-find-class-com-appiancorp-ps-automatedtest-fixture:320:60]


automated.testing.home=C:\\FitNesseForAppian\\fitnesse-for-appian-24.2.0\\configs\\custom.properties

chrome.browser.home=                                                                                                                                                                                                                                                
chrome.driver.home=C:\\FitNesseForAppian\\fitnesse-for-appian-24.2.0\\lib\drivers

any suggestion how to resolve that? Appreciates.

June 12, 2024

Hi I am using Fitnesse 24.2/Appian and get this error -  com.appiancorp.ps.automatedtest.fixture.TempoFixture - Could not find class com.appiancorp.ps.automatedtest.fixture.                                                                                                                                                                                                        java env is set up as 

Variable name JAVA_HOME 
Variable value <APPIAN_HOME>\java 

[View:https://community.appian.com/discussions/f/plug-ins/22557/fitness-could-not-find-class-com-appiancorp-ps-automatedtest-fixture:320:60]


automated.testing.home=C:\\FitNesseForAppian\\fitnesse-for-appian-24.2.0\\configs\\custom.properties

chrome.browser.home=                                                                                                                                                                                                                                                
chrome.driver.home=C:\\FitNesseForAppian\\fitnesse-for-appian-24.2.0\\lib\drivers

any suggestion how to resolve that? Appreciates.

July 14, 2025

Hi there, I've encountered the same issue. Could you share how you fixed it? Thank you so much!