# Creating Tests Cases

Once you already have a test case that runs locally on your machine it is time to run it on CloudBeat. there is more than one way to create your tests, Here is how to create them on Oxygen framework:

### **Creating your first test case**

* Go to Cases under Testing
* Right-click the dashboard on the left panel and choose “Add Folder”

<figure><img src="/files/LrtOtG61Ao1EdNipQqC9" alt=""><figcaption></figcaption></figure>

* Name your folder and confirm.
* Now after the folder is created, it appears on the left panel under the dashboard, right click it and select the type of test case you wish to create - web or mobile.
* ![](/files/nhFz218qNiFOSmboSpE0)

### Web/Mobile? What is the difference?

Web tests and mobile tests are running on different platforms, for example - a web test can run on Chrome browser , Internet Explorer, Firefox. When creating a web case - ‘Browsers’ tab will appear , and there you can choose your platform to run and the current server you wish to run it on.

A mobile test can run on certain devices - that use iOS operating system or Android , for example - Samsung Galaxy S7 , iPhone 8. When creating a mobile test - ‘Devices’ tab will appear, and there you can choose your platform to run and the current service provider / server you wish to run it on.

### Can a web test run on a mobile device?

It sure can, make sure you use the correct capabilities (Use ‘browserName’ instead of ‘AppPackage’ and ‘AppActivity’) and choose a device from the ‘Devices' tab - or simply select an [App](/fundamentals/adding-apps.md) from the case settings.

### Filtering your devices list

You can filter simply by clicking them and choosing from the list, here are the filtering options:

* Device Status
* Selected Devices
* Device Names
* OS (Operating systems)
* Versions

### Create your tests in other frameworks

Technically, your tests are being automatically created when you create your project (Whether you choose Git sync or just upload your project test) - if you want to see the tests you have created in CloudBeat you can see them in the Cases Screen.


---

# Agent Instructions: 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:

```
GET https://docs.cloudbeat.io/fundamentals/creating-tests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
