Testsigma Recorder

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

什麼是Testsigma Recorder?

Testsigma Recorder是由https://testsigma.com開發的Chrome擴展程式,該擴展的主要功能是“Swiftly record E2E interactions with your web applications and store the actions in plain English-based tests directly on the cloud.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Testsigma Recorder擴展crx文件

下載Testsigma Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Testsigma Recorder Testsigma Recorder
ID epmomlhdjfgdobefcpocockpjihaabdp
官方網址 https://chromewebstore.google.com/detail/testsigma-recorder/epmomlhdjfgdobefcpocockpjihaabdp
簡介 Swiftly record E2E interactions with your web applications and store the actions in plain English-based tests directly on the cloud.
檔案大小 2.58 MB
安裝次數 7,000
目前版本 5.0.4
更新時間 2024-02-19
上架時間 2020-06-25
評分 4.69/5 共 13 次評分
開發者 https://testsigma.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://testsigma.com
說明頁面URL http://support.testsigma.com
隱私政策頁面URL https://testsigma.com/privacy-policy
支援的語言 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
}