Trudon test recorder
Easily create end-to-end regression tests.
Trudon test recorderคืออะไร?
Trudon test recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Algotech Solutions และคุณลักษณะหลักของมันคือ "Easily create end-to-end regression tests."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trudon test recorder
ดาวน์โหลดไฟล์ส่วนขยาย Trudon test recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Trudon is a codeless testing and monitoring solution that guards against software risks such as bugs and downtime. Our Mission is to save Product Owners, Project Managers and Developers from the dread of testing and monitoring, by providing a strong but approachable alternative that simulates and validates real in-app customer experience workflows, with no special training required. Scriptless testing No need to learn how to code. Just press play and you get automated tests that scale to any resolution or platform! Parallel test execution in the cloud All tests run in the cloud, so no need for additional setup. We parallelize tests for optimal speed. Screenshots and request history Complete control over testing flows, with real screenshots and network requests always available. Monitoring Ensure vital site interactions, like signup, login or checkout flows work as intended, every time, and get alerted when they don't. How it works - Just three simple steps required to reduce risks by testing and monitoring anything that runs in a browser 1. Add Our Extension: Simply install the Trudon extension in your web browser. Yes, it's that easy to call our superhero to your help. 2. Record in Your Browser: When activated, Trudon records all your interactions. You can now set expectations for your app's behaviour. 3. Run Tests Continuously: Your recorded interactions and expectations are continuously checked in the cloud, giving you testing and monitoring all in one, complete with logging artefacts (requests and screenshots)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trudon test recorder |
ID | ecakdaaihnpkmpoafoabpfcmjoikalbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trudon-test-recorder/ecakdaaihnpkmpoafoabpfcmjoikalbf |
คำอธิบาย | Easily create end-to-end regression tests. |
ขนาดไฟล์ | 7.45 MB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 3.5.1 |
อัปเดตครั้งล่าสุด | 2021-06-13 |
วันที่เผยแพร่ | 2020-06-29 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Algotech Solutions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gettrudon.com |
URL หน้าช่วยเหลือ | https://www.gettrudon.com/faq/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gettrudon.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trudon test recorder", "background": { "page": "background.html" }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "matches": [ " |