Testsigma Recorder

Swiftly record E2E interactions with your web applications and store the actions in plain English-based tests directly on the cloud.

Apa itu Testsigma Recorder?

Testsigma Recorder adalah ekstensi Chrome yang dikembangkan oleh https://testsigma.com, dan fitur utamanya adalah "Swiftly record E2E interactions with your web applications and store the actions in plain English-based tests directly on the cloud.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Testsigma Recorder

Unduh file ekstensi Testsigma Recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        With Testsigma, you can swiftly record end-to-end interactions with your web applications, interactions are stored as actions in simple English sentences and tests executed directly on the cloud.

Jumpstart your automation testing journey with Testsigma: simply execute the recorded actions as tests on a multitude of device-browser-OS configurations available on the cloud.

Testsigma Recorder brings a host of advantages to help you Shift-Left and create stable, executable, and easy-to-understand automation test cases.

Zero Setup Cost – Sign up, add the Testsigma Recorder, and start the automation testing journey in a few minutes.

Faster Test Development - Recording and executing recorded tests takes only a few minutes.

Low Investment and High ROI - Anyone can create automation tests; it's that easy!

High Automation, Device, and Browser coverage - Execute recorded tests on all available Device-Browser-device and OS combinations via Testsigma Cloud at no extra cost.

Easy Maintenance - UI changed? Record new interaction workflow in minutes, replace existing test steps, and continue automation testing without interruptions.

Easy to Understand - Interactions are stored in plain English statements for anybody to understand.

Test Data - Want to run the same test on multiple datasets? Testsigma allows you to import datasets and run the same test with each dataset, achieving 100% coverage.


What’s New in Testsigma Recorder?

We heard you! We've now created an all-new intuitive, user-driven design and workflow for the recorder, making test recording easier than before.

- Blazing fast performance with caching, real-time loading, and screenshots.

- Edit actions in line with spot editing to make changes quickly in recorded steps.

- REST API steps support inline with recording.

- Drag or minimize the recorder anywhere on the screen. No forced docking, giving you complete freedom for its placement.

- Inline element path viewer. Just hover over any element in the application; Testsigma determines identifiers, ensuring the stability of repeated executions.

- Verify manual element XPaths as you create, removing any uncertainty from your test executions.

- Verify option now highlights the element, helping users to validate the target element.

- Browser navigation steps (backward/forward/refresh) get automatically captured as plain English steps.

- Switching to any tab and opening a new tab in the Testsigma controlled window are captured as steps automatically.

- XPath expressions help find dynamic elements whose attributes change on refresh with any operation. Enhanced strategies capture better XPath while recording the test steps for any element.

- New Element and Screen naming convention to mimic what you see on the UI.

- Edit and delete any element from the recorder.

- Steps reordering made easy to use; drag and drop wherever you want in the list.

 
Learn more about Testsigma

Testsigma is an open-source, cloud-based test automation platform for Web and Mobile applications to achieve continuous testing with the ‘Shift-left’ approach. An easy-to-use test automation framework helps web- and mobile-dependent businesses reduce the cost of software quality and continuously release their quality software products faster.

Testsigma uses AI to build stable, reliable tests and speed up the execution and maintenance of automated tests. The platform addresses some of the significant problems with existing automation testing tools:

- Huge Initial Time and Cost

- Slow Test Development

- High Execution Time and Costs

- High Maintenance Efforts

- Less Automation Coverage

- Longer Payback Time

Testsigma requires near-zero initial setup cost and ramp-up time. Simplicity in Testsigma enables anyone to write automated tests 5X faster using natural language and run them on thousands of devices available on the cloud. The AI features suggest improvements in test plans to include relevant or affected test cases and use a dynamic locator strategy to save maintenance time and effort by 70%. 

With Testsigma, users can see ROI from the beginning instead of years!                    

Informasi Dasar Ekstensi

Nama Testsigma Recorder Testsigma Recorder
ID epmomlhdjfgdobefcpocockpjihaabdp
URL Resmi https://chromewebstore.google.com/detail/testsigma-recorder/epmomlhdjfgdobefcpocockpjihaabdp
Deskripsi Swiftly record E2E interactions with your web applications and store the actions in plain English-based tests directly on the cloud.
Ukuran File 2.58 MB
Jumlah Instalasi 7,000
Versi Saat Ini 5.0.4
Terakhir Diperbarui 2024-02-19
Tanggal Publikasi 2020-06-25
Penilaian 4.69/5 Total 13 Penilaian
Pengembang https://testsigma.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://testsigma.com
URL Halaman Bantuan http://support.testsigma.com
URL Halaman Kebijakan Privasi https://testsigma.com/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Swiftly record E2E interactions with your web applications and store the actions in plain English-based tests directly on the cloud.",
    "version": "5.0.4",
    "name": "Testsigma Recorder",
    "short_name": "Testsigma",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "domEvent.bundle.js"
            ],
            "css": [
                "container.styles.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "icon-dark.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "getting_started_page_frame.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "widget.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "minimizedWidget.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "widgetOld.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "minimizedWidgetOld.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "testsigma-atoms-style.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "testsigma-organism-style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';object-src 'self';"
    },
    "incognito": "split",
    "manifest_version": 3
}