Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.88 KB

File metadata and controls

42 lines (26 loc) · 1.88 KB
title metadesc noindex order page_id warning
Uploading Files NLP
This article discusses how to upload files to your test applicationusing the upload NLP. Learn how to upload the file from three sources
false
23.18
uploading-files-nlp
false

When there is a need to upload files to your Test Application, we can upload the file from three sources:

  • Local File System: In Hybrid Executions, the files needed for testing can be uploaded from the local machine.
  • Public URLs: Direct link for files from Amazon S3, Imgur, Shutterstock, Google Drive, Drop box.
  • Testsigma Cloud Storage: Testsigma provides cloud storage option for storing your files that are needed during test execution.

[[info | NOTE:]] | Local file system or file path can't be used in any cloud execution models like Testsigma Labs, Sauce Labs, or BrowserStack since the cloud machines don't have access to your local file system.


Using Upload Files NLP

Example Test Steps

  1. Type uplaod and select the Upload file test data using the element NLP

    Example

Replace the test data and with actual values. The test step will look similar to the following:

  • Testsigma Cloud Storage: Upload file testsigma-storage:/testsigma.com/uploads/9/7/adventure-beach-compass-691637-resized.jpg using the element upload_button

  • Third Party Storage: Upload file https://s3.amazonaws.com/dev.testsigma.com/samples/videos1.mp4 using the element upload_button

  • Local Windows File: Upload file C:\Users\user\My Documents\adventure-beach-compass-691637-resized.jpg using the element upload_button

  • Local Linux/Mac File: Upload file /home/user/Documents/adventure-beach-compass-691637-resized.jpg using the element upload_button