added

Autocomplete variable names for API testing

Variables are key to creating API tests that can work with dynamic data and handle sophisticated scenarios. Starting in version 1.2.1 of the Desktop App, we make it easy for you to use variables in API test steps by autosuggesting available variable names when you need them. Remember that the syntax for referencing a variable in a string is {{@variableName}}, which is the same for API tests as well as browser tests.

Want to learn more about using variables? Check out our help guide. Have fun testing!

2624