- NLPs
Retrieve Value in Text Element
Capture Dropdown Elements
Unable to Select Radiobutton
Unable to Click Checkbox
Clearing the Session or Cookies
UI Identifier NLP
Drag & Drop NLP
Uploading Files NLP
Use MySQL Addon in NLPs- setup
Server Docker Deployment Errors
Secured Business Application Support
Troubleshooting Restricted Access to Testsigma
Why mobile device not displayed in Testsigma Mobile Test Recorder?
Unable to Create New Test Session
Agent Startup Failure Due to Used Ports
Tests Permanently Queued in Local Executions
Fix Testsigma Agent Registration Failures
Testsigma Agent Cleanup
Need of Apache Tomcat for Testsigma Agent- web apps
URL not accessible
Test Queued for a Long Time
Issues with UI Identifiers
Missing Elements in Recorder
Collecting HAR File
Errors with Browser Session
Page Loading Issues- mobile apps
Failed to Start Mobile Test Recorder
Troubleshooting “Failed to perform action Mobile Test Recorder” error
Why Test Execution State is Queued for a Long Time?
Why Mobile App Keeps Stopping After Successful Launch?
More pre-requisite settings
Why am I not able to start WDA Process on iPhone?
What are the Most Common causes for Click/Tap NLP Failure?
How to Find App Package & Activity in Android?
Cross-environment Compatible ID Locators (Android)
Why Accessibility IDs Over other Locators?
What are Common Android Issues & Proposed Solutions?
How to Find the App Bundle ID for iOS?
Developer Mode (iOS 16 & Above)
How to Handle iOS App Compatibility Issues?
How to Disable Play Protect for SMS Forwarder Installation?
How to Capture Network Logs in an Android Application?
Uploading Files NLP
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.
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
-
Type uplaod and select the Upload file test data using the element NLP

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