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
官方URL 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
}