testRigor’s Test Case Recorder
Record tests cases in plain English by just recording yourself using the application
testRigor’s Test Case Recorder क्या है?
testRigor’s Test Case Recorder testRigor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record tests cases in plain English by just recording yourself using the application"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में testRigor’s Test Case Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Record test cases in plain English by just recording yourself using the application. The test cases are created in https://testrigor.com Tests are generated in plain-English, so no code to learn and stable. And tests are not reliant on XPath, so they are ultra-stable and a breeze to maintain. testRigor provides a lot of tools to maintain test cases as easily as it is technically possible. testRigor helps your company test with rigor. Easy. Fast. Fun.
एक्सटेंशन की मूल जानकारी
नाम | testRigor’s Test Case Recorder |
ID | deoegoebpjdcbfmecfjfdihkoncjfmfd |
आधिकारिक URL | https://chromewebstore.google.com/detail/testrigor%E2%80%99s-test-case-rec/deoegoebpjdcbfmecfjfdihkoncjfmfd |
विवरण | Record tests cases in plain English by just recording yourself using the application |
फ़ाइल का आकार | 22.04 KB |
स्थापना संख्या | 2,823 |
वर्तमान संस्करण | 1.15 |
अंतिम अपडेट | 2022-11-11 |
प्रकाशन तिथि | 2020-06-29 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | testRigor |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://testrigor.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "testRigor\u2019s Test Case Recorder", "description": "Record tests cases in plain English by just recording yourself using the application", "version": "1.15", "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "webNavigation", "webRequest", "webRequestBlocking", "browsingData", "*:\/\/cdn.testrigor.com\/*" ], "browser_action": { "default_icon": "icon1.png", "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "web_accessible_resources": [ "stopRecording.js" ], "content_scripts": [ { "matches": [ " |