Getting Started with Specwise
Everything you need to go from requirements to tested software.
Getting Started
- Sign up at
specwise.wearesnx.studio/signup - Create your organization — pick a slug, and it becomes your workspace URL (e.g.
your-org.specwise-app.wearesnx.studio) - You'll start on a 14-day Starter trial with full access to all features
Create a Project
Projects are your workspace for all testing activity. To create one:
- Click "New Project" from the Projects page
- Fill in the details:
- Project name — a descriptive name for your project
- Industry — helps AI generate more relevant test cases
- Target URL — the application you're testing
- Your project is now ready — all test cases, documents, and runs live here
Upload a BRD
Specwise can parse your business requirements documents and extract testable requirements automatically.
- Navigate to your project and open the Documents tab
- Drag and drop a
PDForDOCXfile - Specwise parses the document, extracting sections and tables
- Click "Extract Requirements" to have AI identify requirements from the document
AI Test Generation
Let AI turn your requirements into comprehensive test cases.
- From any project, use the AI Assistant or click "Generate with AI" on the Test Cases tab
- Describe what you want to test, or let AI generate from your uploaded requirements
- Review each generated test case — accept, edit, or dismiss
- Generated test cases include:
- Step-by-step instructions
- Expected results for each step
- Priority level
- AI confidence score
Manual Testing
Execute test cases step-by-step with full traceability.
- Create a Test Run from the Test Runs tab
- Select which test cases to include in the run
- Execute step by step — mark each step pass or fail
- Add notes and attach evidence (screenshots, files) to any step
Chrome Extension
Test directly in your browser with the Specwise Recorder.
- Install Specwise Recorder from the Chrome Web Store (coming soon)
- Open the extension and sign in with your Specwise account
- Navigate to your app and open the side panel
- Select a test run and execute test cases directly on your application
- Screenshots are captured automatically on each step
Test Runs
Test runs group test cases for a specific execution cycle.
- Track progress across statuses: total, passed, failed, blocked, and skipped
- View detailed results per test case with attached evidence
- Compare runs over time to measure testing coverage and regression
API Reference
Full API documentation is coming soon. In the meantime, check out our OpenAPI docs at api.specwise.wearesnx.studio/docs.