What is a Variable?
A variable is a placeholder used to store data values that can be reused throughout a Case, Suite, or across an entire automation project. Variables make it easy to handle dynamic data, allowing you to store, retrieve, and use values in different steps without hardcoding them.
Variables can store different types of data like text, numbers, or even dynamic values like dates. Using variables helps make your automation more flexible and easier to maintain.