RobusTest
RITE - Robustest Integrated Testing Environment
RobusTest란 무엇입니까?
RobusTest은(는) https://www.robustest.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RITE - Robustest Integrated Testing Environment"입니다.
확장 프로그램 스크린샷
RobusTest 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | RobusTest |
ID | bhjondnmdlibdhbgebhdobjegnobncnk |
공식 URL | https://chromewebstore.google.com/detail/robustest/bhjondnmdlibdhbgebhdobjegnobncnk |
설명 | RITE - Robustest Integrated Testing Environment |
파일 크기 | 1.2 MB |
설치 횟수 | 97 |
현재 버전 | 2.1 |
최근 업데이트 | 2015-06-04 |
출시 날짜 | 2015-06-04 |
평점 | 4.33/5 총 12 개의 평점 |
개발자 | https://www.robustest.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.robustest.com/ |
도움말 페이지 URL | http://www.support.robustest.com/ |
지원되는 언어 | 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", " |