Run a test case in Orchestrtor got an error

Could not find file ‘C:\Users.…\lib\net45\Tests\LoadConfiguration.xaml’ when I run the test case in Orchestrator → Testing → Test Cases.

Please advise!

Hi @l.wang

It seems like there’s an issue locating the file ‘LoadConfiguration.xaml’ at the specified path. Double-check the file path for any typos and ensure that the file exists in the specified location. If the issue persists, consider checking the Orchestrator configuration and permissions for the testing environment

Regards

The loadconfiguration.xaml is not existed in that folder. Any thoughts on why it is missing? Might that be my deployment have an issue?

Hi @l.wang

The absence of “loadconfiguration.xaml” in the folder could be due to deployment issues or file corruption during transfer. Check your deployment process for any errors, and ensure that the file is included in your deployment package. Additionally, verify that the file wasn’t mistakenly excluded or renamed.

Regards

Hi @l.wang

I believe you the studio project you have created is a “Process”, in this case you will need to Publish test cases and Publish the workflows separately.
image

I believe you have only published the test cases hence it is failing with unable to locate xaml file.
Try publishing the project as well and then run the test case.

image