I need some images as input for my tests. Where to locate the files and how do I get the path to these files.
Should I use resources? Or put them into the app, or the test app?
I also like to use nCrunch later, so it should work even there.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have a lot of data for the testing, say up to 1gb. Having it in SVN is too problematic, so I created a MSI files that deploy the test data into
c:\project_test\...Not only that I have unit tests, but also have options inside the production code that are displayed if that directory is found, so some tests could be run even from application.