CloudTestSoftware Recorder

Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.

Was ist CloudTestSoftware Recorder?

CloudTestSoftware Recorder ist eine Chrome-Erweiterung, die von https://cloudtestsoftware.com entwickelt wurde, und ihr Hauptmerkmal ist "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.".

Erweiterungsscreenshots

CloudTestSoftware Recorder-Erweiterungs-CRX-Datei herunterladen

Laden Sie CloudTestSoftware Recorder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use this recorder to record test script to automate browser testing with CloudTestSoftware. CloudTestSoftware uses Selenium Webdriver to run this script and download sample project  from github using below link https://github.com/cloudtestsoftware/CTestOne                    

Grundlegende Informationen zur Erweiterung

Name CloudTestSoftware Recorder CloudTestSoftware Recorder
ID ilmfllfomekmebackjaalmpnnmomcodk
Offizielle URL https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk
Beschreibung Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
Dateigröße 150 KB
Installationsanzahl 25
Aktuelle Version 1.1.0-pre
Letztes Update 2015-12-29
Veröffentlichungsdatum 2015-12-29
Entwickler https://cloudtestsoftware.com
Zahlungsart free
Erweiterungswebsite http://cloudtestsoftware.com
Hilfeseite URL https://github.com/cloudtestsoftware/CTestOne/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloudTestSoftware Recorder",
    "description": "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.",
    "version": "0.1.0.0",
    "version_name": "1.1.0-pre",
    "minimum_chrome_version": "26.0",
    "devtools_page": "lib\/devtools.html",
    "background": {
        "scripts": [
            "lib\/Recorder.js",
            "lib\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "resources\/manifestIcons\/logo_16.png",
        "32": "resources\/manifestIcons\/logo_32.png",
        "48": "resources\/manifestIcons\/logo_48.png",
        "64": "resources\/manifestIcons\/logo_64.png",
        "128": "resources\/manifestIcons\/logo_128.png"
    },
    "permissions": [
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation"
    ]
}