QARA Testcase Recorder

Build 270219.01 Copyright @ The Digital Group Inc. 2019

QARA Testcase Recorder là gì?

QARA Testcase Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://www.thedigitalgroup.com, và tính năng chính của nó là "Build 270219.01 Copyright @ The Digital Group Inc. 2019".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QARA Testcase Recorder

Tải xuống các tệp mở rộng QARA Testcase Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Features:

-Record and play back using QARA automation tool.
-Assertions is available during recording test case.
-Object spy feature is also available on the add-on.

Note: You would require QARA automation testing tool for recording test case.
Download your license/trial at: http://www.qaratest.com/ 

The Digital Group’s Quality Assurance with Rapid Automation (QARA) is an integrated platform that supports declarative, zero coding functional test automation design, management, planning, and execution along with built-in reporting capabilities. The platform is built on open source Selenium and offers excellent automated test tracking, management and reporting; enabling centralized, version-controlled test catalogs for a range of external interfaces, yields, licenses as well as workforce cost reductions while significantly boosting productivity in an agile-iterative product development lifecycle. 

QARA supports remote test execution, grid execution, multi-browser, multi-platform testing, test scheduling, test case management and test data preparation along with JIRA and Team Foundation Server (TFS) integration. QARA also supports testing with Angular JS, BrowseEmAll, BrowserStack and Grid Execution giving users the ease of handling tests using just one platform. 

QARA is tailor-made for organizations that wish to convert their manual test cases to automation scripts with a lean automation engineering team and want to dramatically reduce the testing cycle times without compromising on the quality of test scripts which get automatically generated. It presently generates Selenium C# which can help the testing departments service larger client needs and focus on improved team productivity. CIOs can now vouch for QARA to suit their automation needs as it works seamlessly with products developed using Sun, Microsoft and all open source technologies.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QARA Testcase Recorder QARA Testcase Recorder
ID kdcgalhjdhhaeonfcphehgmbpahlnloi
URL Chính Thức https://chromewebstore.google.com/detail/qara-testcase-recorder/kdcgalhjdhhaeonfcphehgmbpahlnloi
Mô tả Build 270219.01 Copyright @ The Digital Group Inc. 2019
Kích Thước Tệp 1.78 MB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-03-19
Ngày Phát Hành 2019-03-19
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.thedigitalgroup.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.qaratest.com/
URL Trang Trợ Giúp http://www.thedigitalgroup.com/contact-us
URL Trang Chính Sách Bảo Mật https://www.qaratest.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QARA Testcase Recorder",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Build 270219.01 Copyright @ The Digital Group Inc. 2019",
    "icons": {
        "48": "TDG-icon.png",
        "128": "TDG-icon-big.png"
    },
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background-min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "recorder-min.js",
                "js\/jquery-3.1.1.min.js"
            ],
            "all_frames": true
        }
    ],
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}