Home > User Support > QTE
【question】
How do I test if I want to input an external file when I run the test?
【Answer】
If you use an external file, specify the path to the external file in the "build-env-executable-path-list" option in project.json.
The specified external file will be copied to the same directory as the test run binary when the run-test command is executed.
Test driver functions should be implemented to read external files in the current directory.