Skip to content

Prisme.ai Platform Installation Functionality Testing Guide

Account Management

Create an Account

  1. Go to the Prisme.ai registration page.
  2. Fill in the required information (name, email, password, etc.).
  3. Ensure the new account is created successfully.

Login

  1. Go to the Prisme.ai login page.
  2. Use the credentials of the newly created account to log in.
  3. Verify that you can access the Prisme.ai platform after logging in.

Logout

  1. Ensure you can successfully log out of your account.

Pages

  1. Open the studio builder & create a workspace
  2. From the left menu, create a new page
    • The technical slug will appear inside the page URL
  3. Add a simple text block to the page
  4. Save
  5. Verify that the text block is displayed correctly.
  6. Click the share button & open the page URL
  7. Verify that the same text block appears

Automations

  1. Open the created workspace
  2. From the left menu, create a new automation
  3. Open the green output block
  4. Type "Hello world" & save
  5. Execute the automation from the top right corner
  6. Verify you get the expected output
  7. Now open the blue trigger block
  8. Enable API trigger and save
  9. Copy the trigger URL which appeared inside the blue trigger block
  10. Open this URL inside a new tab & verify the output
  11. Return to the automation builder tab & click on "See code"
  12. Your automation manifest should appear in yaml format : try updating the output from here !

Apps

Publish an application

  1. Open the created workspace
  2. From the left menu open the 3 dots action list
  3. Publish as an app

Install an Application

  1. Come back to the studio builder in order to create a new workspace
  2. From the left menu, add a new app
  3. Install the previously published app
  4. Create a new automation
  5. Add an instruction & select the "Hello world" app automation you created before
  6. Type output in its output parameter
  7. Open the green output block and type {{output}}
  8. Run the automation
  9. Verify you receive "Hello world"

Workspace Management

Workspace Share

  1. Try sharing the workspace you have created with another user.

Page share

  1. Create a new workspace.
  2. Try sharing the page you have created with another user.
  3. Verify that the other user can access the page but not the entire workspace.

Workspace settings

  1. Go to the workspace settings.
  2. Modify the name, description, and add a logo to your workspace.

Activity feed

  1. Open the activity feed
  2. Verify that all the operations you have performed are logged with associated data.
  3. Try filter suggestions

Workspace versioning

  1. Go to the workspace settings and add a version.
  2. Open the activity feed : a versioning event should have appeared, including a rollback action
  3. Create a new empty automation
  4. On the activity feed, rollback to the created version
  5. Verify the created automation has disappeared

Please make sure to follow the steps of each task and note the results obtained as well as any issues encountered during the tests. This information will be useful for improving and addressing any potential problems on the Prisme.ai platform.

Good luck with your tests!