# Integrating with CI/CD Tools

Continuous Integration and Continuous Deployment (CI/CD) are essential for modern DevOps workflows. By integrating SimplifyQA with CI/CD tools, teams can automate test execution, identify defects early, and ensure seamless software delivery.

### Key Benefits of CI/CD Integration with SimplifyQA

* **Automated Testing in Pipelines:** Trigger automated test executions whenever new code is committed.
* **Early Defect Detection:** Identify and fix defects at an early stage before deployment.
* **Seamless Test Execution:** Run functional, regression, and API tests automatically within CI/CD workflows.
* **Improved Collaboration:** Developers, testers, and DevOps engineers can work in sync with real-time test results.
* **Faster Releases:** Automating testing reduces manual effort, leading to quicker release cycles.

### Supported CI/CD Tools

SimplifyQA supports integration with popular CI/CD platforms like:

* Jenkins
* Bamboo
* Azure DevOps
* GitLab CI/CD
* Bit Bucket
* Concourse

This integration allows automated test execution as part of the build pipeline, ensuring software quality at every stage of development.

### Frequently Asked Questions (FAQs)

<details>

<summary>How does test execution work in a CI/CD pipeline?</summary>

Once integrated, SimplifyQA can trigger automated test runs when:

* New code is committed to the repository.
* A new build is deployed.
* A scheduled test run is initiated.

Results are then logged, and defects can be automatically reported.

</details>

<details>

<summary>Can I trigger SimplifyQA tests from GitLab CI/CD?</summary>

Yes! By adding a test execution script in your `.gitlab-ci.yml` file, you can trigger SimplifyQA tests as part of your pipeline.

</details>

<details>

<summary>Do I need scripting knowledge to integrate SimplifyQA with CI/CD?</summary>

No, SimplifyQA provides a low-code integration option where you can configure test execution without writing scripts. However, advanced users can use APIs and scripts for custom integrations.

</details>
