documentation
  • Introduction
    • Overview
      • Scandium Features & Concepts
  • Setting up your account
  • Create a test case
  • Supported Actions
  • File uploads
  • Assertions
  • Groups
  • Step settings
  • Variables
  • System Functions
  • Email Testing
  • Data-driven Testing
  • Test Suites
  • Results
    • Test results
    • Suite results
  • Why did my test fail?
  • API Testing
    • Getting Started
    • API Suites
    • Scheduling and Monitoring
  • Mobile Application Testing
    • Create a mobile project
    • Uploading Apps
      • Android
      • iOS
    • Testing mobile app
  • Common Testing Scenarios
  • Test Management
    • Tests and Folders
    • Tags
  • INTEGRATIONS
    • Continuous Integration (CI/CD)
    • Azure Devops
    • Bamboo CI
    • Bitbucket Pipelines
    • Circle CI
    • Github Actions
  • GitLab CI
  • Jenkins
  • Travis CI
Powered by GitBook
On this page

File uploads

Capturing and replaying file selection steps in test case recording

PreviousSupported ActionsNextAssertions

Last updated 1 year ago

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 etc do not have guaranteed support at this time.

Dropzone