Describe the steps to test

Creating automated tests shouldn't require complex coding. In FinalRun, building a test case is as intuitive as explaining the feature to a colleague.

Instead of writing scripts, you simply describe the user journey in plain English. Whether you are testing a login flow, an onboarding sequence, or a complex transaction, just type the steps exactly as a user would perform them (e.g., "Skip onboarding and go to settings"). The system interprets your natural language description to execute the test, making automation accessible to everyone on the team.

  1. Navigate to Tests from the sidebar

  2. Click Create New Test

  3. Give your test a name (e.g., "Login Flow")

  4. Write your test steps in plain English:

Tap the "Login" button
Enter "user@example.com" in the email field
Enter "password123" in the password field
Tap the "Sign In" button
Wait for 3 seconds
Verify the home screen displays
  1. Click Save

Next Steps

Last updated