BlazeMeter | The Continuous Testing Platform
Record Selenium and HTTP traffic to create a load and functional tests in less than 10 minutes (Apache JMeter Compatible).
什麼是BlazeMeter | The Continuous Testing Platform?
BlazeMeter | The Continuous Testing Platform是由BlazeMeter by Perforce開發的Chrome擴展程式,該擴展的主要功能是“Record Selenium and HTTP traffic to create a load and functional tests in less than 10 minutes (Apache JMeter Compatible).”。
擴展截圖
下載BlazeMeter | The Continuous Testing Platform擴展crx文件
下載BlazeMeter | The Continuous Testing Platform擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The BlazeMeter Chrome extension enables you to - Record. Upload. Run. The Chrome extension records all HTTP/S requests and actual user interactions that your browser sends. It creates a JMeter or Selenium script, and automatically uploads it to BlazeMeter.com, where you can execute tests with a single click. No need to install JMeter nor Selenium to record or run GUI Functional, API Functional, or Performance tests, the Chrome extension will create the JMeter (JMX) and Taurus Selenium (YAML) scripts automatically. The extension will also allow you to debug and test your recorded Selenium session on your local Chrome browser. By using JMeter locally, you can debug and enhance the JMX file created by the Chrome Extension to ensure your script is ready to go. WHAT'S NEW: https://guide.blazemeter.com/hc/en-us/articles/115004970329-Chrome-Extension-Changelog-Chrome-Extension-Changelog Features - Record test scenarios without scripting experience - Record all HTTP/S requests made by your browser - Record user GUI actions - Add assertions to your Selenium steps - Add transaction labels (for JMeter and Selenium) during recording - Support for shadow locators (Lightning Web Components) - Apache JMeter Compatible - Taurus Selenium Compatible - Run tests without installing test scripting applications - Run Performance tests for up to 3,000,000 concurrent users - Run load tests in under ten minutes - Run API Functional Tests - Run GUI Functional Tests - Run Selenium tests and JMeter tests side by side to get the best of both worlds - Debug scripts Requirements - If you want to record transactions, Chrome version 58 or newer is required - Recommended minimum version of Chrome is 58 - For certain features (e.g. converting to JMX, Scriptless Scenario Editor), a free BlazeMeter.com account is required
擴展基本資訊
名稱 | BlazeMeter | The Continuous Testing Platform |
ID | mbopgmdnpcbohhpnfglgohlbhfongabi |
官方網址 | https://chromewebstore.google.com/detail/blazemeter-the-continuous/mbopgmdnpcbohhpnfglgohlbhfongabi |
簡介 | Record Selenium and HTTP traffic to create a load and functional tests in less than 10 minutes (Apache JMeter Compatible). |
檔案大小 | 2.14 MB |
安裝次數 | 156,984 |
目前版本 | 6.4.0 |
更新時間 | 2024-02-17 |
上架時間 | 2020-06-26 |
評分 | 4.16/5 共 159 次評分 |
開發者 | BlazeMeter by Perforce |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.blazemeter.com/ |
說明頁面URL | https://guide.blazemeter.com/hc/en-us/sections/201609099-Chrome-Extensionve |
隱私政策頁面URL | https://www.perforce.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BlazeMeter | The Continuous Testing Platform", "description": "Record Selenium and HTTP traffic to create a load and functional tests in less than 10 minutes (Apache JMeter Compatible).", "version": "6.4.0", "permissions": [ "storage", "unlimitedStorage", "webRequest", "webNavigation", "browsingData", "activeTab", "tabs", "notifications", "contextMenus", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.blazemeter.com\/*", "*:\/\/*.blazemeter.net\/*" ], "run_at": "document_end", "js": [ "dist\/debug-protocol\/index.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/a.blazemeter.com\/*", "*:\/\/www.a.blazemeter.com\/*" ], "all_frames": false, "run_at": "document_start", "js": [ "dist\/jquery.min.js", "dist\/jquery-ui.min.js", "js\/content-script.js" ] }, { "matches": [ " |