Getting Started
This guide walks you through logging in to CaseRunner and creating your first project.
Login
Navigate to CaseRunner at https://review-fix-pom-update.case-runner-dev.itsaiplatform.com and log in with your credentials. After successful authentication, you will be taken to the Projects dashboard.
Don't have access?
Reach out to the CaseRunner team to request an account. You will receive an email with temporary credentials. Log in with them and set your own password on first login.
Create Your First Project
- Click the "+ New Project" button in the top right corner of the Projects page.
- Enter a Project Name (e.g., "Salesforce", "My Web App").
- Select an Application Type: Web Application, Mobile Application, or API.
- Select a Testing Framework from the dropdown.
- Click "Create Project" to create the project.
Available Frameworks
- Web: Java + Selenium, TypeScript + Playwright, and more
- Mobile: Java + Appium + TestNG, Node.js + WebdriverIO
- API: Java REST Assured + TestNG, Python requests + pytest
You will be taken to the project overview page where you can see the workflow tabs:
BRDs > Features > Pages Metadata > POMs > Test Cases
BRDs > Features > Pages Metadata > POMs > Test Cases
BRDs > Features > Contracts > Test Cases
Next Steps
Once your project is created, follow the workflow in order:
Tip
For Web and Mobile projects, you can use the CaseRunner Recorder to capture page metadata from your application at any point before the "Upload Pages Metadata" step.