RobusTest

RITE - Robustest Integrated Testing Environment

RobusTest là gì?

RobusTest là một tiện ích mở rộng Chrome được phát triển bởi https://www.robustest.com, và tính năng chính của nó là "RITE - Robustest Integrated Testing Environment".

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

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

Tải xuống các tệp mở rộng RobusTest 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

                        With RobusTest , you can Create and Manage Manual and Automation Test Cases, Perform Cross Browser Testing, Convert Functional Tests into Regression and Performance Tests .

Point, Click and File a Bug

  The easiest way to file Bug. Browse on the Page, Open Bug Report, Point to the Element on the page, Click to File and Sumit the Bug.


Cross Browser Testing

   Choose Browsers, Choose Test Cases and Click to perform Cross Browser Testing Schedule a Smoke test and Get extensive reports.

Performance Testing
   Convert Functional Testcases into Performance Test Cases Scale it to 100, 500 and 1000 users instantaneously.                    

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

Tên RobusTest RobusTest
ID bhjondnmdlibdhbgebhdobjegnobncnk
URL Chính Thức https://chromewebstore.google.com/detail/robustest/bhjondnmdlibdhbgebhdobjegnobncnk
Mô tả RITE - Robustest Integrated Testing Environment
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2015-06-04
Ngày Phát Hành 2015-06-04
Đánh Giá 4.33/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://www.robustest.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.robustest.com/
URL Trang Trợ Giúp http://www.support.robustest.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RobusTest",
    "version": "2.1",
    "manifest_version": 2,
    "description": "RITE - Robustest Integrated Testing Environment",
    "author": "[email protected]",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "imgs\/logo-24x24.png"
        },
        "default_title": "RITE",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "imgs\/logo-48x48.png",
        "128": "imgs\/logo-128x128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "getactioninfo_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/code.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles\/consoles.css",
        "imgs\/logo-24x24.png",
        "imgs\/bug-icon.png",
        "imgs\/overlay-icon.png",
        "imgs\/bug-active-32.png",
        "imgs\/nav-left.png",
        "imgs\/nav-right.png",
        "imgs\/bug-closed-32.png",
        "imgs\/bug-resolved-32.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/d1n0x3qji82z53.cloudfront.net https:\/\/ssl.google-analytics.com; object-src 'self'",
    "incognito": "spanning",
    "permissions": [
        "tabs",
        "debugger",
        "",
        "management",
        "background",
        "storage",
        "unlimitedStorage",
        "http:\/\/*.robustest.com\/",
        "https:\/\/*.robustest.com\/"
    ]
}