Cloud
This quickstart guide will walk you through the process of building and running your first test on Momentic Cloud
Log in
- Log in to your account
- Select Repository on the left sidebar
Create a test
Click on the Create test button in the top-right corner.
Enter these details:
- Name:
example-test
- Base URL:
https://practicetestautomation.com/practice-test-login/
(a demo site for testing)
This will open the Momentic Editor, where you can add instructions in natural language. Click Run from start to execute the test live.
Changes are saved automatically, so you don’t need to worry about losing your work.
Run the test
You can run any tests you create by clicking on the Run button in the panel.
You can also schedule tests to run automatically at specific times or intervals using a cron expression. To do this, click on the Schedule test button in the panel and input the desired schedule.
Next steps
Congratulations! You have successfully built and ran your first test with Momentic. Here are suggested next steps:
CLI
Install the Momentic CLI to build and run tests locally
Variables
Learn how to use variables to make your tests more dynamic and reusable