autoMagiQ Recorder
autoMagiQ - A no-code test automation platform for modern engineering teams streamlining test creation, management, and reporting.
autoMagiQ Recorderคืออะไร?
autoMagiQ Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Qentelli และคุณลักษณะหลักของมันคือ "autoMagiQ - A no-code test automation platform for modern engineering teams streamlining test creation, management, and reporting."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย autoMagiQ Recorder
ดาวน์โหลดไฟล์ส่วนขยาย autoMagiQ Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
autoMagiQ Recorder is a chrome extension that is used to capture web elements, identify the unique locator, helps the tester to author actions and design testcases. Easier, quicker and more reliable than any of the test automation tools in the market! ➙ Create, maintain, and run automated tests without writing a line of code. Find bugs more quickly and make testing more reliable. ➙ The simplest way to automate your crucial end-to-end tests as simple as creating new accounts to the more complex business workflows. ► What can you do with autoMagiQ Recorder: ➙ Automatically identify unique locators and edit them according to your requirement. ➙ Define actions and action steps based on the unique locators identified. ➙ Avoid duplication of elements across the application through autoMagiQ’s elemental tree structure ➙ Tests recorded with this recorder can be easily modified to add, edit, or remove steps. ► autoMagiQ Edge: ➙ Supports a wide range of locators. (Name, ClassName, LinkText, Partial LinkText, TagName, CSSSelector, XPath) ➙ Choice of execution with the locator that is most suitable for your automation needs. ► What is Recording and Playback in Test Automation: Test automation often requires scripting and building a framework to kickstart. But now, with autoMagiQ Recorder, you can start automating tests right away. Record and Playback is an approach that helps you automate UI tests without coding. In terms of test automation tools, Record and Playback typically refer to a couple of features for automated test case creation. Here’s how it works: The Record feature will help you capture all the manual actions performed on your AUT. Then, with the Playback feature, the recorded tests (test steps + data) will be executed automatically. ► About autoMagiQ Make your testing seamless with autoMagiQ. No matter how small or large, simple or complex, novice or experienced your team is, there’s an autoMagiQ solution for you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | autoMagiQ Recorder |
ID | depibhelmpanjmhhekpdbkgblmcablfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/automagiq-recorder/depibhelmpanjmhhekpdbkgblmcablfi |
คำอธิบาย | autoMagiQ - A no-code test automation platform for modern engineering teams streamlining test creation, management, and reporting. |
ขนาดไฟล์ | 91.97 KB |
จำนวนการติดตั้ง | 55 |
เวอร์ชันปัจจุบัน | 1.1.8 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2023-03-20 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Qentelli |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.qentelli.com/platforms/mobe |
URL หน้านโยบายความเป็นส่วนตัว | https://www.qentelli.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "autoMagiQ Recorder", "description": "autoMagiQ - A no-code test automation platform for modern engineering teams streamlining test creation, management, and reporting.", "version": "1.1.8", "manifest_version": 3, "action": { "default_icon": { "16": "\/assets\/icon16.png", "32": "\/assets\/icon32.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" }, "default_popup": "popup.html", "recorder_popup": "recorder.html" }, "icons": { "16": "\/assets\/icon16.png", "32": "\/assets\/icon32.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" }, "background": { "service_worker": "service-worker.js" }, "permissions": [ "storage", "activeTab", "scripting", "unlimitedStorage", "declarativeContent", "tabs", "notifications", "webNavigation" ], "content_scripts": [ { "matches": [ " |