Hello!
I need to execute a test VI from CLI in order to automatize unit tests dedicated to someone else's open code program (execution from environment, not .exe runtime). This program calls project-dependant functions, like "palette/File IO/File constants/application directory"
It seems that because of these functions, I cannot simply execute my test VI by typing "LabVIEWCLI -OperationName -RunVI -VIpath <path of the test vi>" since it calls the program to test outside of its owned project. consequently, my test VI returns NOKs because of the presence of these functions mentionned above.
Can someone help me? 🙂 thanks