Trudon test recorder
Easily create end-to-end regression tests.
Trudon test recorder란 무엇입니까?
Trudon test recorder은(는) Algotech Solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily create end-to-end regression tests."입니다.
확장 프로그램 스크린샷
Trudon test recorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |