RobusTest
RITE - Robustest Integrated Testing Environment
RobusTest क्या है?
RobusTest https://www.robustest.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RITE - Robustest Integrated Testing Environment"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RobusTest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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", " |