- 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?
Verify/Confirm File Download
While Testing, there might be scenarios where we need to perform further checks on the downloaded file. This article discusses the test steps to verify the file download in Testsigma.
Test Steps to Verify File Download
Use the Steps Below with Minor Modifications for the Test Scenarios
- Navigate to <URL>
- Click on <Download_Link>
- Wait for 5 seconds
- Open a new tab
- Go to chrome://downloads/
- If Verify that the current page displays text file-sample_150kB
- Wait until the text Show in folder is present on the current page

NOTE:
- This is a quick solution for the file download verification conundrum in Test Automation.
- A good rule of thumb is to download the file in tests if and only if we need to perform further checks on the downloaded file. In most cases, it is suggested that you simply verify the download link with a get request. This is sufficient for testing the download function since the actions after clicking the download link are performed by the respective web browser, and verifying the web browser functionality is out of scope for an application specific test case.