Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MultimeterNew to Visual Studio Code? Get it now.
Multimeter

Multimeter

mshobeyri

|
16 installs
| (1) | Free
API test tools
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Multimeter Logo Multimeter

Multimeter is a powerful Visual Studio Code extension designed to write, run, and manage structured tests using .mmt files. It supports a wide range of test types — including API, integration, functional, and custom tests — all stored directly in your application's repository as version-controlled files.

🚀 Features

  • 🧩 UI editor along with text editor.
  • 🧪 Supports all kinds of test logic, from simple checks to complex flows.
  • 💾 Store test cases as files in your application git repo.
    • ⏳ Preserve tests' history in the git repo.
    • 🤖 Ability to generate tests using AI.
    • 📦 Having tests along with the changes in a same pull request.
  • 🧱 JSON/XML schema-aware editing.
  • ⛏️ Extract data from results using xpath, jsonpath and regular expression.
  • 🌐 HTTP/WS protocols support.
  • 🧑‍🚀 Support Postman collection.
  • 🪞 Server mocking.

🛠️ Usage

  • Add Multimeter LogoMultimeter extention to your vscode.
  • Create a .mmt file in your project (e.g., login.mmt).
  • Follow the UI instructions 👌.

✍️ Example

Here is the most simple test file you can have.

type: api
title: GET sample
tags:
  - regression
  - smoke
interfaces:
  - name: GET Foo Bar
    protocol: http
    format: json
    url: http://localhost:8080
    method: get

Here you can see the screen shot of using this sample. On the right side, beside a UI for modifying the test yaml file interactively, you can have some smoke tests.

Multimeter simple get

Special thanks to: Dear Ashkan Palganeh 👨🏻‍🦱.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft