blazemeter-functional-testing

blazemeter-functional-testing is a skill for Claude Code, Codex from Blazemeter/bzm-mcp. It costs 124 tokens per session (900 once invoked), scanned A, original, Apache-2.0.

A guide to BlazeMeter Functional Testing, which checks whether websites and applications behave as expected through browser-based tests.

In plain words
What is it for?
Use it to create GUI tests without code or from YAML, Java, or Python, reuse shared actions and test data, manage tests, and investigate failures.
Why use it?
It brings test creation, test organisation, browser choices, and debugging into one reference for functional checks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create GUI tests without code or from YAML, Java, or Python, reuse shared actions and test data, manage tests, and investigate failures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blazemeter/bzm-mcp/blazemeter-functional-testing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Blazemeter/bzm-mcp --skill blazemeter-functional-testing
Clone the repo
git clone --depth 1 https://github.com/Blazemeter/bzm-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for blazemeter-functional-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-functional-testing.svg)](https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-functional-testing)
Your own site
<a href="https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-functional-testing"><img src="https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-functional-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 900 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00124 $0.00900
Opus 5 $0.00062 $0.00450
Sonnet 5 $0.00025 $0.00180
Haiku 4.5 $0.00012 $0.00090

Measured 7d ago against content hash 3963f9fcbe0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

blazemeter-functional-testing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

resources/skills/blazemeter-functional-testing/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BlazeMeter Functional Testing

Comprehensive guide for creating and managing Functional Tests in BlazeMeter.

Overview

Functional Testing in BlazeMeter supports GUI Functional Tests with scriptless creation, YAML upload, and IDE-based development. This skill covers test creation, management, debugging, and browser support.

Quick Start

  1. GUI Tests: Create tests using scriptless UI, YAML files, or IDEs
  2. Test Data: Use test data in Functional Tests
  3. Action Library: Manage shared Objects and Group Actions
  4. Debugging: Debug tests using best practices
  5. Browsers: Understand browser support and selection

MCP Tools Integration

Functional Tests are managed through the BlazeMeter UI, but you can use MCP tools to manage tests and executions:

Available MCP Tools

  • Test Management:

    • blazemeter_tests with action read - Read test details including functional test configuration
    • blazemeter_tests with action list - List all tests in a project
    • Required args: test_id (integer) or project_id (integer)
    • Returns: Test details including functional test configuration
  • Test Execution:

    • blazemeter_execution with action read - Read execution details for functional tests
    • blazemeter_execution with action list - List all executions for a test
    • Required args: execution_id (integer) or test_id (integer)
    • Returns: Execution details and results

When to Use MCP Tools

  • Test Management: Manage functional tests programmatically
  • Execution Monitoring: Monitor functional test executions
  • Automation: Integrate functional testing into automation workflows
  • Reporting: Generate reports on functional test results

Example Workflow

Managing Functional Tests:

  1. Use blazemeter_tests with action list to find functional tests
  2. Use blazemeter_tests with action read to get test details
  3. Use blazemeter_execution with action read to monitor test execution
  4. Review execution results for functional test outcomes

Read the full file on GitHub · 80 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 80 lines · 124 tokens per session scan A 3963f9fcbe0f

Subscribe to this mod's changes

blazemeter-functional-testing is a skill published in the GitHub repository Blazemeter/bzm-mcp (26 stars, last pushed 10d ago), licensed Apache-2.0. It adds 124 tokens to every session and 900 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

lastest

Lastest is a visual regression testing platform. It records browser tests, runs them via Playwright, diffs screenshots, and uses AI to classify changes. Available as an MCP server for AI agent integration.

las-team/lastest · 0 tokens

field-test

Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, and produces a tight report with concrete findings and numbered follow-up options. Use after adding or modifying definitions, or when the user asks to…

cyanheads/mcp-ts-core · 76 tokens

field-test

Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, and produces a tight report with concrete findings and numbered follow-up options. Use after adding or modifying definitions, or when the user asks to…

cyanheads/pubmed-mcp-server · 76 tokens

resolume-mcp-tester

Test and operate the Resolume MCP server (resolume-mcp-server) end-to-end against a live Resolume Arena. Use when verifying tool behavior, running smoke tests, doing safe live VJ demos, or validating new tools added to the project. Includes white-out prevention rules, state restoration patterns, and agent invocation…

mackatwentytsuru/resolume-mcp-server · 75 tokens

field-test

Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, and produces a tight report with concrete findings and numbered follow-up options. Use after adding or modifying definitions, or when the user asks to…

cyanheads/ntfy-mcp-server · 76 tokens

deploy-verify

Deploy Server OS and run the official end-to-end verification suite.

ANAMIZED/Server-OS · 17 tokens