> For the complete documentation index, see [llms.txt](https://docs.loadmill.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loadmill.com/load-testing/load-testing-faqs-1.md).

# Load Testing FAQs

### **Is there a way to run a load test by throughput instead of setting the maximum number of concurrent sessions?**

Sure, click the arrow next to **Max Concurrent Sessions**, select **Max Requests Per Second** and set the number you wish.

![](/files/-MXWJu-dK2FYG_BRosx8)

### **I've got an error message below\... what should I do?**

![Unable to run load test](/files/-MMGEWvKJqxrsswqBkWg)

The message you've got means that you've reached your plan's maximum credit. Please go to **Settings -> Billing -> Change Plan** and upgrade. If you don't have access to the Billing tab, contact your team admin who will be able to buy more credit.

### **Can I add multiple conditions to a flow control step?**

Yes, you can combine multiple conditions by using an **assignment extraction** in the **Extractions - Set Parameters** section.

Use the following syntax when assigning a value to a parameter:

```
${condition1 && condition2}
```

This ensures that the combined condition is evaluated before being used in the flow control step. Do not place this expression directly in the loop input parameter itself.
