# Supported Frameworks

## Frameworks supported:

CloudBeat supports 4 frameworks - yet develops it’s own framework:

* [Oxygen](http://docs.oxygenhq.org/) (as a CLI or an IDE) - make sure you try that out for an easy approach that requires little to no knowledge in coding.
* [Java + Cucumber](https://cucumber.io/) - this framework has the simple advantage of writing your tests in a certain method - while the person who develops in Java - makes it read the text written in the test - and runs it as an automation test.
* [Java + TestNG](https://testng.org/doc/) - this framework is the most popular framework in the testing automation world.
* MSTest - this framework is supported by Microsoft and written most of it in C#, it is open source and can be also used for unit testing.

### Oxygen Project

[How to create a new Oxygen Project.](https://cloudbeat.atlassian.net/wiki/spaces/CBDOC/pages/220299265/Oxygen+Project)

### Cucumber + JAVA Project

[How to create a new Cucumber + Java Project.](https://cloudbeat.atlassian.net/wiki/spaces/CBDOC/pages/220069930)

### .NET Project

[How to create a new .NET Project.](https://cloudbeat.atlassian.net/wiki/spaces/CBDOC/pages/220200986/.NET+Project)

### TestNG Project

Coming soon.
