For the complete documentation index, see llms.txt. This page is also available as Markdown.

Test file uploads and downloads

Generate files, upload them into inputs, and reuse the last download in a Flow.

DoesQA can create files inside a Flow, upload them into a file input, and reuse a file the browser just downloaded. You do not upload files from your laptop into the step.

Use the Flow Builder for this walkthrough.

Upload a generated file

1

Open the page

Start with Open. Point it at the page that has the upload control, or at the start of the journey that leads there.

2

Generate the file

Add Generate file or Generate image from the Runner family.

Set a Filename, choose the type, and fill the contents or image settings you need.

3

Reach the upload control

Continue with Touch and other steps until the file input is ready.

4

Upload with File

Add File.

  1. Choose the file input Element.

  2. Set File to Generated File.

  3. Pick the file you generated earlier in this Flow.

5

Confirm the upload

Add Check text or another Check that proves the application accepted the file.

Generate file then File upload
Example generate-and-upload path

Reuse the last download

When the application downloads a file during the Run, later steps can use it.

  1. Trigger the download with Touch or another step.

  2. Add File or Open file.

  3. Set File to Last Downloaded.

Open file opens that file in the browser. File uploads it into a file input.

Pro tip: Generate the file in the same Flow (or Step Group) that uploads it. The Generated File picker only lists files created earlier in that path.

Last updated