- 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?
Troubleshooting API test case failure
If your API test cases are failing, there can be many possible reasons. This guide lists some common errors that occur while processing API requests and their causes. For more information on API testing using Testsigma, refer to the documentation on understanding API testing.
| Issue | Reason | How to debug |
|---|---|---|
| Connectivity | If Testsigma fails to send your request, you may be experiencing connectivity issues. | Check your connection by attempting to open a page in your web browser. Wait a few seconds and try the operation again. If the problem persists, contact your network administrator for assistance. |
| Invalid request URLs | Common reasons include:
|
Review syntax of the URL path. |
| Invalid HTTP method error | You are trying to change the place where the input parameter is sent, from URL to Body, and this is incompatible with the HTTP Method of the REST API Method, which is set to GET. | Either change the (method name) method or remove the input parameter. |
| JSON Path not found | Generally, a syntax error in the JSON file syntax. | Review syntax of the JSON path. For more information, refer to syntax of a JSON path. |
| 403 Forbidden | Authentication was successful but the authenticated user does not have access to the resource, for example, they don’t have the required roles or permissions. | Contact your development team for assistance. |
| 501 Not implemented | The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource. | You can try a different HTTP method to make the request. |