- 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?
Fix Testsigma Agent Registration Failures
Sometimes while trying to register the Testsigma Agent from the Agents section, we might face errors due to our system's privacy settings and IP conflicts. This article discusses troubleshooting steps for Testsigma Agent registration failures.
Troubleshooting Steps for Privacy Settings
Error:

Solution:
-
Navigate to Privacy Settings on your system.
- For Mac: Menu > System Preferences > Security & Privacy > General
- For Windows: Search for Allowed apps settings in the search box.
- Change the privacy settings to Allow apps downloaded from App Store and Identifies developers after giving the system's credentials.

Troubleshooting Steps for IP Conflicts
Error:
SEVERE [main] org.apache.catalina.core.StandardServer.await StandardServer.await: create[localhost:8005]:
java.net.BindException: Cannot assign requested address: JVM_BindThis usually happens when Apache Tomcat cannot assign the requested address for the socket. A common cause of this issue is IP Conflict due to inconsistency in the system's host file.
Solution:
- Backup the existing hosts file.
- Open the hosts file using a text editor with admin privileges.
- Check if there are multiple IP Addresses bound to the localhost i.e multiple lines with the text localhost in it. The following default entries are permissible and can be neglected.
127.0.0.1 localhost
::1 localhost- If there are additional lines containing the localhost part, please comment those lines by putting a '#' in the beginning of the lines and save the file.
- Try starting the Testsigma Agent again. If the error is resolved, please contact your System/Network Administrator to confirm if the commented line is relevant. If not, you may remove the line or keep it commented.