If I have a test file that I need to use to test an application with, can I embed that test file within a ranorex solution so that it deploys on the test system?
I am thinking of the way I can Embed files in a visual studio project something like this: How do I add a custom text file to a visual studio project?
Simplest way to do it is to add your file to your project, then set its property "copy to output folder" to "always".