Loadium Recorder

This extension helps Loadium users to write fast and better automate tests.

Loadium Recorder क्या है?

Loadium Recorder Testinium द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps Loadium users to write fast and better automate tests."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Loadium Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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",
        "",
        "webRequest"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}