I have a feature to test whereby large files will be uploaded from a web app UI to an Azure blob storage container. The app must be able to handle interruptions with the upload (loss of connection, app crash, etc). The files will be chunked to handle this so the upload can be resumed from where the error occurs.
My automation experience is limited (currently learning Playwright) but I am looking for smart ways I can test this other than doing it manually? Any tips are largely welcome. Thanks in advance.
That’s great, thanks for that. I’ll have look into the tools you’ve mentioned. I’ve been doing the testing manually so far so it’ll be good to do it more efficiently
I agree with you, generally automating anything takes me longer as my background is not as a technical tester. But what I meant by my comment was that if the test was automated I could scale it more easily and potentially have more accurate results. However, the project has moved on and I didn’t get time to get anything automated as the research/learning time would have been too long.