Project variables are a way to store variables that are shared across all tests in a project.

Create a Project Variable

What can I use project variables for?

  • Storing API keys
  • Storing database credentials
  • Storing any other information that you want to reuse across tests

How do I use a variable?

  • In the Custom Code step

    1

    Create a custom code step

    2

    Double click the step to open the code editor

Extract information from Emails and store as a variable

You can extract information from emails, store it as a variable and use it the same way!

see Receive Emails for more information.