Test executions don’t translate 1:1 with your unit tests.
A single test execution can cover an elaborate test case that spanning across different systems or integrations.
You can create as many test scenarios as you need. Whether you have:
• 10 test cases that you execute 100 times a month
or a
• 500 test cases that you execute 2 times a month,
You’ll end up using 1,000 test executions.