スキル一覧に戻る
Blazemeter

blazemeter-functional-testing

by Blazemeter

Official BlazeMeter MCP Server for AI-driven performance testing

23🍴 2📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: blazemeter-functional-testing description: Comprehensive guide for BlazeMeter Functional Testing, including GUI Functional Tests, API Tests (deprecated), Action Library, and debugging. Use when working with Functional Testing for (1) Creating GUI Functional Tests (YAML, Java IDE, Python IDE), (2) Managing Functional Tests (duplicate, delete, move, rename), (3) Using test data in Functional Tests, (4) Working with Action Library, (5) Debugging Functional Tests, (6) Understanding browser support, or any other Functional Testing tasks. Note - API Functional Tests are deprecated in favor of API Monitoring.

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

Reference Files

GUI Tests

  • gui-tests.md: Overview, Create YAML File, Create from Java IDE, Create from Python IDE, Report, Duplicate/Delete/Move/Rename Test, Test Data, Parameterize Taurus YAML Scripts, Desired Capabilities Options, Custom JavaScript Actions, Taurus Actions Scriptless

API Tests (Deprecated)

  • api-tests.md: Create, Report, Scripting in UI, Create from Existing Script. Note: This feature is deprecated. Use API Monitoring instead.

Action Library

Debugging

Browsers

When to Use Each Reference

  • GUI Tests: When creating, managing, or reporting on GUI Functional Tests
  • API Tests: When working with deprecated API Functional Tests (use API Monitoring instead)
  • Action Library: When managing shared test components
  • Debugging: When debugging Functional Tests
  • Browsers: When understanding browser support and selection

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です