Loadium Recorder
This extension helps Loadium users to write fast and better automate tests.
Loadium Recorder란 무엇입니까?
Loadium Recorder은(는) Testinium에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps Loadium users to write fast and better automate tests."입니다.
확장 프로그램 스크린샷
Loadium Recorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Loadium Record & Play helps Loadium users to write fast and better-automated load tests. You can easily record, browse, upload, edit and run. The Chrome extension records all HTTP/S requests, creates synced JMeter scripts and automatically uploads them to Loadium as a collection, where you can edit and execute the collection with just a single click. In addition, collections can be used repeatedly by editing. No need to know and install JMeter for recording and running your performance tests. FEATURE - 100% Compatible with Apache JMeter. - Runing tests without test scripting applications - Editing your tests both locally and via Loadium - Recording all HTTP/S requests made by your browser. - Adding transaction labels (for JMeter) during recording - Saving your tests as both json and jmx so you can use them again later. - Running API Functional Test - Storing your tests on Loadium REQUIREMENTS - Recommended minimum Chrome version is 58
확장 프로그램 기본 정보
이름 | Loadium Recorder |
ID | eecaejegccegjjjngokgelmehfkmpico |
공식 URL | https://chromewebstore.google.com/detail/loadium-recorder/eecaejegccegjjjngokgelmehfkmpico |
설명 | This extension helps Loadium users to write fast and better automate tests. |
파일 크기 | 1.58 MB |
설치 횟수 | 488 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2022-07-07 |
출시 날짜 | 2021-04-02 |
평점 | 5.00/5 총 39 개의 평점 |
개발자 | Testinium |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://loadium.com |
개인정보 보호 정책 페이지 URL | https://testinium.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Loadium Recorder", "description": "This extension helps Loadium users to write fast and better automate tests.", "version": "1.0.3", "icons": { "16": "assets\/img\/icons\/loadium-16.png", "48": "assets\/img\/icons\/loadium-48.png", "128": "assets\/img\/icons\/loadium-128.png" }, "browser_action": { "default_icon": "assets\/img\/icons\/loadium-16.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js", "runtime.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.loadium.io\/*" ], "js": [ "content.js", "runtime.js" ] } ], "permissions": [ "tabs", " |