Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I write a test that needs access to large data files, like media files?

Data files large media Needs Test write
0
Posted

How do I write a test that needs access to large data files, like media files?

0

If the data files are posted somewhere else, they may fetched by the test when it starts. If you add the fetching to the setup() method, this will cause the fetch to occur during build_autotest and cause the fetched results to be put in every packaged build of autotest. This can cause a large package and might also imply that the media/data may be repackaged. The same issues apply if you commit the large data files. Instead it’s preferable to fetch the data from the client machine.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123