> For the complete documentation index, see [llms.txt](https://docs.simplifyqa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplifyqa.ai/marketplace/integrating-with-cloud-platforms.md).

# Integrating with Cloud Platforms

In today's fast-paced development environment, cloud platforms play a critical role in hosting, scaling, and managing applications. SimplifyQA supports integration with major cloud platforms to enhance test automation, improve scalability, and enable continuous testing across environments.

Cloud integrations allow teams to execute tests in distributed environments, and ensure availability and flexibility in test execution.

### Key Benefits of Cloud Integration with SimplifyQA

* **Scalable Test Execution:** Run parallel tests across multiple virtual machines or containers to save time and ensure scalability.
* **Environment Flexibility:** Deploy and test across different OS, browser, and device combinations using cloud-based infrastructure.
* **CI/CD-Friendly Architecture:** Integrate with your CI/CD pipeline to trigger tests in cloud environments as part of automated deployments.
* **Remote Access & Collaboration:** Teams across locations can collaborate on tests and access results in real time using cloud-based tools.

### Supported Cloud Platforms

SimplifyQA can be integrated with leading cloud service providers such as:

* AWS (Amazon Web Services)
* Kubernetes
* VM Based
* Azure

### Frequently Asked Questions (FAQs)

<details>

<summary>Can I run tests on virtual machines hosted on the cloud?</summary>

Yes. SimplifyQA allows test execution on cloud-hosted VMs or containers. You can configure your test agents on cloud machines and trigger test runs remotely.

</details>

<details>

<summary>Is it possible to trigger tests in cloud environments from CI/CD pipelines?</summary>

Absolutely. You can configure CI/CD tools like Jenkins or GitLab to trigger test runs on cloud environments connected to SimplifyQA as part of your deployment process.

</details>

<details>

<summary>Do I need coding knowledge to set up cloud integration?</summary>

Not necessarily. SimplifyQA supports low-code and UI-based configuration, but for advanced setups, basic knowledge of cloud services and APIs may be helpful.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.simplifyqa.ai/marketplace/integrating-with-cloud-platforms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
