- web apps
Why Install Chrome Extension?
Steps to Test Locally Hosted Apps
How to Turnoff Onboading Tutorial?
Non-Text Keys in Test Cases
Basic Authentication for Web
Why Bypass CAPTCHA?
Test Case Failures Due to Link Text Capture Issues
Why Is a Single Video for All Test Cases in a Test Plan Unavailable in Some Cases?
How to Handle Browser-Related Permission Issues?
Why Can’t Selenium ChromeDriver Interact With 3DS Authentication Pages?
How Do I Fix the Try Again Error When Opening the Testsigma Desktop App?
Why Am I Getting an Error While Registering the Agent?
Why Does the Try Again Error Appear While Installing the Testsigma Agent in a Proxy Environment?- mobile apps
Apple Pay Automation with Testsigma
How do I Enhance the Execution Speed for Mobile Native Apps?
Why am I Facing Permission Error During Local Test Execution?
How to Resolve App Launch Issues?
Why does the iOS App Close Right After Opening in Testsigma?
How to Execute Android/iOS Tests in Emulators/Simulators?- general
Why am I Unable to Download the XLS File from the Edge Browser?
How to Handle Browser-Related Pop-Up Issues?
How to Handle Text-Based CAPTCHA in Testsigma?
Why does Test Execution Fail with the Error No Route to Host?
Why do Errors Occur When I Try to Download Files from The Exports Page?
How to Test Flutter Apps Using Accessibility Mode?
How to Add Multiple Runtime Variables in Data Generator Functions?
How to Insert Test Data in RAW Body for POST API?
What is Chrome for Testing and How Does it Work?
How Can I Set Up Authenticator-Based Authentication in Testsigma?
How to Update an Excel File in Testsigma Uploads?
What Causes Longer Automation Test Execution Times in a Test Plan?
How Do I Retrieve the OTP When it’s Embedded within HTML Tags?
How to Configure the OracleDB Add-on in Testsigma?
Entering Non-Text Keys in Test Cases
Testing applications requires simulating non-text keys' input on an everyday basis. This includes replicating actions like pressing backspace, enter, control, tab, arrow keys, and function keys. To accomplish this in Testsigma, you should follow the guide below and include the specified values for each key in your test cases.
Keys and Corresponding Values
Use NLPs in your test cases to input non-text values. For example, utilise the NLP Press Test Data key and substitute the values for Test Data. Consult the table below for the mapping of keys to their corresponding values. 
| Keyboard’s Key | Values |
|---|---|
| Arrow Key – Down | ARROW_DOWN |
| Arrow Key – Up | ARROW_UP |
| Arrow Key – Left | ARROW_LEFT |
| Arrow Key – Right | ARROW_RIGHT |
| Backspace | BACK_SPACE |
| Ctrl Key | CONTROL |
| Alt key | ALT |
| DELETE | DELETE |
| Enter Key | ENTER |
| Shift Key | SHIFT |
| Spacebar | SPACE |
| Tab Key | TAB |
| Equals Key | EQUALS |
| Esc Key | ESCAPE |
| Home Key | HOME |
| Insert Key | INSERT |
| PgUp Key | PAGE_UP |
| PgDn Key | PAGE_DOWN |
| Function Key F1 | F1 |
| Function Key F2 | F2 |
| Function Key F3 | F3 |
| Function Key F4 | F4 |
| Function Key F5 | F5 |
| Function Key F6 | F6 |
| Function Key F7 | F7 |
| Function Key F8 | F8 |
| Function Key F9 | F9 |
| Function Key F10 | F10 |
| Function Key F11 | F11 |
| Function Key F12 | F12 |