# Creating Tests

- [Using the Test Creator](/creating-tests/using-test-creator.md): Moropo Test Creator is a cloud-based editing tool for creating app test flows
- [Test Configuration](/creating-tests/test-configuration.md)
- [Test Step Commands](/creating-tests/commands.md): A list of Maestro commands available to use in the Moropo Test Creator
- [addMedia](/creating-tests/commands/addmedia.md)
- [assertNotVisible](/creating-tests/commands/assertnotvisible.md)
- [assertTrue](/creating-tests/commands/asserttrue.md)
- [assertVisible](/creating-tests/commands/assertvisible.md)
- [back (Android only)](/creating-tests/commands/back.md)
- [clearKeychain (iOS Only)](/creating-tests/commands/clearkeychain.md)
- [clearState](/creating-tests/commands/clearstate.md)
- [copyTextFrom](/creating-tests/commands/copytextfrom.md)
- [doubleTapOn](/creating-tests/commands/tapon.md)
- [eraseText](/creating-tests/commands/erasetext.md)
- [evalScript](/creating-tests/commands/evalscript.md)
- [extendedWaitUntil](/creating-tests/commands/extendedwaituntil.md)
- [hideKeyboard](/creating-tests/commands/hidekeyboard.md)
- [inputRandomEmail](/creating-tests/commands/inputrandomemail.md)
- [inputRandomNumber](/creating-tests/commands/inputrandomnumber.md)
- [inputRandomPersonName](/creating-tests/commands/inputrandompersonname.md)
- [inputRandomText](/creating-tests/commands/inputrandomtext.md)
- [inputText](/creating-tests/commands/inputtext.md)
- [launchApp](/creating-tests/commands/launchapp.md)
- [longPressOn](/creating-tests/commands/longpress.md)
- [openLink](/creating-tests/commands/openlink.md)
- [pasteText](/creating-tests/commands/pastetext.md)
- [pressKey](/creating-tests/commands/presskey.md)
- [repeat](/creating-tests/commands/repeat.md)
- [runFlow](/creating-tests/commands/runflow.md)
- [runScript](/creating-tests/commands/runflow-1.md)
- [scroll](/creating-tests/commands/scroll.md)
- [scrollUntilVisible](/creating-tests/commands/scrolluntilvisible.md)
- [setLocation](/creating-tests/commands/setlocation.md)
- [startRecording](/creating-tests/commands/startrecording.md)
- [stopApp](/creating-tests/commands/stopapp.md)
- [stopRecording](/creating-tests/commands/stoprecording.md)
- [swipe](/creating-tests/commands/swipe.md)
- [takeScreenshot](/creating-tests/commands/takescreenshot.md)
- [tapOn](/creating-tests/commands/tapon-1.md)
- [travel](/creating-tests/commands/travel.md)
- [waitForAnimationToEnd](/creating-tests/commands/waitforanimationtoend.md)
- [Test Step Selectors](/creating-tests/test-step-selectors.md)
- [Importing From Maestro](/creating-tests/importing-from-maestro.md): How to move your tests from Maestro Studio to Moropo
- [Environment Variables](/creating-tests/environment-variables.md)
- [${BUNDLEID}](/creating-tests/environment-variables/usd-bundleid.md)
- [${EXPORELEASECHANNEL}](/creating-tests/environment-variables/usd-exporeleasechannel.md)
- [Advanced Use Cases](/creating-tests/advanced-use-cases.md)
- [JavaScript](/creating-tests/advanced-use-cases/javascript.md)
- [Conditionals](/creating-tests/advanced-use-cases/conditionals.md)
- [Network Connection](/creating-tests/advanced-use-cases/network-connection.md)
- [Drag and Drop](/creating-tests/advanced-use-cases/drag-and-drop.md)
