SKILL.md
BlazeMeter Getting Started
Getting started guides and resources for new BlazeMeter users.
Overview
Getting Started covers onboarding, migration guides, terminology, and mobile testing. This skill helps new users understand BlazeMeter and transition from other tools.
Quick Start
- Onboarding: Navigate BlazeMeter University
- Migration: Transition from Runscope or JMeter
- Journey: Understand the continuous testing journey
- Glossary: Reference BlazeMeter terminology
- Mobile: Test mobile sites and apps
MCP Tools Integration
Getting started with BlazeMeter involves understanding the platform structure. You can use BlazeMeter MCP tools to explore your account, workspaces, and projects:
Available MCP Tools
- blazemeteruser with action readuser - Read current user information - Returns: User details including default account, workspace, and project
- blazemeteraccount with action read - Read account information - blazemeteraccount with action list - List all accessible accounts - Required args: account_id (integer) for read action
- blazemeterworkspaces with action read - Read workspace details - blazemeterworkspaces with action list - List all workspaces in an account - Required args: workspaceid (integer) for read action, accountid (integer) for list action
- blazemeterproject with action read - Read project information - blazemeterproject with action list - List all projects in a workspace - Required args: projectid (integer) for read action, workspaceid (integer) for list action
When to Use MCP Tools
- Account Setup: Explore your account structure when getting started
- Workspace Navigation: Understand workspace organization
- Project Discovery: Discover existing projects and tests
- Learning: Use tools to learn about BlazeMeter structure
Example Workflow
Exploring Your BlazeMeter Account:
- Use
blazemeteruser with action readuser to get your default account, workspace, and project
- Use
blazemeter_workspaces with action list to see all workspaces in your account
- Use
blazemeter_project with action list to see all projects in a workspace
- Use
blazemeter_tests with action list to see all tests in a project
Reference Files
Getting Started
- [getting-started.md](skill-blazemeter-getting-started://references/getting-started.md): Getting Started with BlazeMeter - Creating Your Account, The Welcome Screen, Drop-Down Menus, Navigation Bar, Creating Your First Test
Onboarding
- [onboarding.md](skill-blazemeter-getting-started://references/onboarding.md): BlazeMeter University Onboarding FAQ
Migration
- [migration.md](skill-blazemeter-getting-started://references/migration.md): BlazeMeter for Runscope Users, BlazeMeter for People Who Know JMeter, BlazeMeter Updates for BlazeMeter Users
Journey
- [journey.md](skill-blazemeter-getting-started://references/journey.md): Continuous Testing Journey
Glossary
- [glossary.md](skill-blazemeter-getting-started://references/glossary.md): Glossary
Mobile
- [mobile.md](skill-blazemeter-getting-started://references/mobile.md): Testing Mobile Sites and Apps
When to Use Each Reference
- Getting Started: When getting started with BlazeMeter, creating your account, navigating the interface, or creating your first test
- Onboarding: When navigating BlazeMeter University onboarding process
- Migration: When transitioning from Runscope, JMeter, or understanding BlazeMeter updates
- Journey: When understanding the continuous testing journey
- Glossary: When referencing BlazeMeter terminology
- Mobile: When testing mobile sites and apps