Ranorex Automation
Ranorex automation support.
Ranorex Automation란 무엇입니까?
Ranorex Automation은(는) Ranorex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ranorex automation support."입니다.
확장 프로그램 스크린샷
Ranorex Automation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Requires installation of Ranorex desktop application (free 30-day trial available on Ranorex official website) which uses this extension to automate your web testing. Create, maintain and run automated tests. Find bugs more quickly and make testing more reliable. Automate tests - start functional test automation in teams that include both testers and developers. * Any Technology - Test Automation for Multiple Environments, Devices and Software Applications. Next to Google Chrome, Ranorex supports object recognition of any desktop, web or mobile software. * Reduce Test Automation Maintenance Ranorex's market leading GUI object recognition handles any kind of modern application, including dynamically built user interfaces. Combined with a powerful object mapping editor, you can significantly decrease test maintenance - this is especially important for agile teams. * Broad Acceptance. Multiple Teams, Different Skill Sets and Responsibilities Ranorex offers complete flexibility with script-free testing for non-programmers and a professional API for C# and VB.NET to enhance test suites and recordings. Set up and share reusable modules within your test team. * Seamless Integration - The Maximum of Flexibility Integrate Ranorex into any development or testing process. Trigger single test cases or a complete suite of tests from continuous integration systems or any test management tool. * Low Entry Barrier + Reasonable Price = Quick ROI! Ranorex is both easy to use and affordable - even for small testing teams. In contrast to other commercial tools, you only need one license to get all the tools and cover all of the technologies and platforms.
확장 프로그램 기본 정보
이름 | Ranorex Automation |
ID | egdlgaljianpgdlmfijpphbadibfncdm |
공식 URL | https://chromewebstore.google.com/detail/ranorex-automation/egdlgaljianpgdlmfijpphbadibfncdm |
설명 | Ranorex automation support. |
파일 크기 | 37.23 KB |
설치 횟수 | 26,588 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2023-08-04 |
출시 날짜 | 2019-10-16 |
평점 | 3.34/5 총 58 개의 평점 |
개발자 | Ranorex |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.ranorex.com |
개인정보 보호 정책 페이지 URL | https://www.ranorex.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ranorex Automation", "version": "1.3.1", "manifest_version": 2, "description": "Ranorex automation support.", "background": { "page": "background.html", "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "background", "nativeMessaging", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "all_frames": true, "matches": [ " |