Variables & Parameters in KaneAI
In KaneAI, one of the core principles of effective test automation is the ability to manage dynamic data efficiently. Testing often requires input that changes frequently or is context-dependent, such as URLs, credentials, or specific device configurations. KaneAI offers a set of powerful tools—variables, secrets, smart variables, parameters and datasets—to simplify the process of managing and using dynamic data in your test cases. Each of these options offers unique functionality that helps you keep your tests flexible, secure, and scalable.
All variables and parameters in KaneAI can be accessed from https://kaneai.lambdatest.com/variables
Variables
Placeholders that store dynamic values, enabling reuse and reducing redundancy in test cases.
Secrets
Securely stored sensitive data (e.g., passwords) that are used in tests without exposing them in the code.
Smart Variables
Context-aware variables that automatically pull data in real-time during test execution.
Parameters
Values passed into test cases at runtime to customize test execution for different configurations or environments.
Datasets
Collections of test data used in a test, allowing for data-driven testing by running the same test with different inputs.