Variables
Store and manage reusable values across your tests with environment-specific configurations.Environment Variables
Configure variables for different testing environments to maintain separation between development, staging, and production data.All Scopes
Project-level variables that are shared across all tests:- Scope: Available to every test in the workspace
- Use Cases: API keys, base URLs, common configuration values
Environment-Specific Scopes
Variables that change based on the testing environment, e.g. staging, production, etc.Variable Management
1
Add Variable
Click + Add Variable to create a new project variable
2
Configure Value
Enter the variable name and value for the selected environment
3
Set Sensitivity
Toggle Sensitive to encrypt and hide the value after creation
4
Save Configuration
Save the variable to make it available across your test suite
Test Files
Manage files needed for testing file upload functionality.File Management
Upload and organize test files:- Document Testing: PDFs, Word documents, spreadsheets
- Image Testing: Photos, graphics, avatars
- Data Files: CSV, JSON, XML for import testing
- Media Files: Audio, video for media upload testing