GoTestPro
Achieve End-to-End Automation Testing with GoTestPro
GoTestPro란 무엇입니까?
GoTestPro은(는) Royal Cyber에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Achieve End-to-End Automation Testing with GoTestPro"입니다.
확장 프로그램 스크린샷
GoTestPro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GoTest Pro is a Test Automation Tool meant for Software Developers & Testers for automating test scenarios on Web Applications under test using the GoTest Pro Recorder Chrome extension. The GoTest Pro Recorder extension allows user to record tests on any web application in lower / prod environments and save the recording as a test scenario in GoTest Pro Web Application based Regression Test Tool. A GoTest Pro user can then play back/execute the recorded test through the GoTest Pro Recorder Chrome Extension or through a Cloud Server. Extension's major features include: > Recording Test Scenario > Extract xpath / css expression from a web application under test > Execute Java Script based Test Scenarios which were recorded earlier through the same extension.
확장 프로그램 기본 정보
이름 | GoTestPro |
ID | ldmfmccaoihffboppndecjpfldhamafn |
공식 URL | https://chromewebstore.google.com/detail/gotestpro/ldmfmccaoihffboppndecjpfldhamafn |
설명 | Achieve End-to-End Automation Testing with GoTestPro |
파일 크기 | 963 KB |
설치 횟수 | 78 |
현재 버전 | 0.0.61 |
최근 업데이트 | 2024-02-23 |
출시 날짜 | 2023-03-31 |
개발자 | Royal Cyber |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.gotestpro.com/ |
도움말 페이지 URL | https://www.royalcyber.com/company/contact-us/ |
개인정보 보호 정책 페이지 URL | https://www.royalcyber.com/company/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoTestPro", "description": "Achieve End-to-End Automation Testing with GoTestPro", "version": "0.0.61", "manifest_version": 3, "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "action": { "default_title": "GoTest Pro", "default_icon": { "128": "img\/icon.png", "38": "img\/icon.png", "19": "img\/icon.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |