File uploads

Capturing and replaying file selection steps in test case recording

Scandium has full support for native file upload elements (<input type="file">). They are captured normally during recording and replay.

Whether you upload a single file or multiple files, Scandium is able to capture and replay these selections.

For the best file upload experience, upload files that are small in size. Recommended maximum file size: 2MB

In the step settings of the file selection, you can see the uploaded file:

NB:

Files uploaded using third-party javascript libraries such as Dropzone etc do not have guaranteed support at this time.

Last updated